mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 23:42:04 +02:00
Merge pull request #1547 from internetee/509-directo-to-gem
Directo: Reference BL from gem
This commit is contained in:
commit
8451aa7758
14 changed files with 443 additions and 263 deletions
|
@ -2,6 +2,7 @@ class Invoice < ApplicationRecord
|
|||
include Versions
|
||||
include Concerns::Invoice::Cancellable
|
||||
include Concerns::Invoice::Payable
|
||||
include Concerns::Invoice::BookKeeping
|
||||
|
||||
belongs_to :buyer, class_name: 'Registrar'
|
||||
has_one :account_activity
|
||||
|
@ -71,7 +72,7 @@ class Invoice < ApplicationRecord
|
|||
Country.new(buyer_country_code)
|
||||
end
|
||||
|
||||
# order is used for directo/banklink description
|
||||
# order is used for directo/banklink description
|
||||
def order
|
||||
"Order nr. #{number}"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue