mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 15:34:41 +02:00
Merge pull request #2266 from internetee/eis_billing-request-to-generate-invoice
added api service for generate invoice in billing system
This commit is contained in:
commit
b909bf3408
55 changed files with 1355 additions and 238 deletions
5
db/migrate/20220124105717_add_payment_link_to_invoice.rb
Normal file
5
db/migrate/20220124105717_add_payment_link_to_invoice.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddPaymentLinkToInvoice < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_column :invoices, :payment_link, :string
|
||||
end
|
||||
end
|
|
@ -5411,6 +5411,5 @@ INSERT INTO "schema_migrations" (version) VALUES
|
|||
('20220413073315'),
|
||||
('20220413084536'),
|
||||
('20220413084748'),
|
||||
('20220504090512');
|
||||
|
||||
|
||||
('20220504090512'),
|
||||
('20220406085500');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue