Skip to content

Commit

Permalink
Update PaymentInvoice class to support new details field coming back …
Browse files Browse the repository at this point in the history
…from payment service (#1109)
  • Loading branch information
argush3 authored Jun 9, 2021
1 parent 150b166 commit 78215a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/namex/services/payment/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ class PaymentInvoice(Serializable):
lineItems: list = field(default_factory=list)
receipts: list = field(default_factory=list)
references: list = field(default_factory=list)
details: list = field(default_factory=list)
_links: list = field(default_factory=list)


Expand Down

0 comments on commit 78215a7

Please sign in to comment.