Skip to content

Commit

Permalink
ledger.payments.bpoint: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Percival authored and dbca-asi committed Oct 26, 2017
1 parent 2e55561 commit b65e9ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ledger/payments/bpoint/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ def replay_transaction(self):
self.order,
self.crn1,
self.amount,
None
None,
replay=True
)

def refund(self,info,user,matched=True):
Expand Down

0 comments on commit b65e9ef

Please sign in to comment.