changes
This commit is contained in:
@@ -409,6 +409,7 @@ class PoyntPaymentWizard(models.TransientModel):
|
||||
|
||||
txn_payload = {
|
||||
'action': action,
|
||||
'fundingSourceType': 'CREDIT_DEBIT',
|
||||
'amounts': {
|
||||
'transactionAmount': minor_amount,
|
||||
'orderAmount': minor_amount,
|
||||
|
||||
@@ -314,6 +314,7 @@ class PoyntRefundWizard(models.TransientModel):
|
||||
|
||||
refund_payload = {
|
||||
'action': 'REFUND',
|
||||
'fundingSourceType': 'CREDIT_DEBIT',
|
||||
'parentId': parent_txn_id,
|
||||
'fundingSource': {
|
||||
'type': 'CREDIT_DEBIT',
|
||||
|
||||
Reference in New Issue
Block a user