Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
Transaction points to new invoice
Browse files Browse the repository at this point in the history
  • Loading branch information
yorinasub17 committed Jun 3, 2015
1 parent c2d4288 commit b3e6b0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mocurly/endpoints.py
Expand Up @@ -555,6 +555,7 @@ def _refund_line_items(self, invoice, refund_info):
'account': invoice['account'],
'currency': new_invoice['currency'],
'amount_in_cents': int(new_invoice['total_in_cents']),
'invoice': new_invoice[InvoicesEndpoint.pk_attr],

# unsupported
'tax_in_cents': 0
Expand Down

0 comments on commit b3e6b0d

Please sign in to comment.