diff --git a/Gemfile.lock b/Gemfile.lock index 23b57fb..1f86f08 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -46,6 +46,7 @@ GEM hashdiff (>= 0.4.0, < 2.0.0) PLATFORMS + arm64-darwin-24 x86_64-linux DEPENDENCIES diff --git a/lib/trolley/InvoicePayment.rb b/lib/trolley/InvoicePayment.rb index 89357df..1c38814 100644 --- a/lib/trolley/InvoicePayment.rb +++ b/lib/trolley/InvoicePayment.rb @@ -7,7 +7,12 @@ class InvoicePayment :invoiceId, :invoiceLineId, :amount, - :invoicePayments + :invoicePayments, + :status, + :memo, + :externalId, + :tags, + :coverFees ) end end