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:
Timo Võhmar 2022-06-02 14:42:36 +03:00 committed by GitHub
commit b909bf3408
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
55 changed files with 1355 additions and 238 deletions

View file

@ -0,0 +1,5 @@
class AddPaymentLinkToInvoice < ActiveRecord::Migration[6.1]
def change
add_column :invoices, :payment_link, :string
end
end

View file

@ -5411,6 +5411,5 @@ INSERT INTO "schema_migrations" (version) VALUES
('20220413073315'),
('20220413084536'),
('20220413084748'),
('20220504090512');
('20220504090512'),
('20220406085500');