From 84193d6b435da1ca60d93f2b21d1cdaddd93b689 Mon Sep 17 00:00:00 2001 From: Zero Date: Tue, 28 Jan 2025 23:53:11 -0600 Subject: [PATCH] missing fields --- Gemfile.lock | 1 + lib/trolley/InvoicePayment.rb | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) 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