This commit is contained in:
gsinghpal
2026-03-26 15:16:51 -04:00
parent bd7275881f
commit 2563208f53
13 changed files with 329 additions and 15 deletions

View File

@@ -409,6 +409,7 @@ class PoyntPaymentWizard(models.TransientModel):
txn_payload = {
'action': action,
'fundingSourceType': 'CREDIT_DEBIT',
'amounts': {
'transactionAmount': minor_amount,
'orderAmount': minor_amount,

View File

@@ -314,6 +314,7 @@ class PoyntRefundWizard(models.TransientModel):
refund_payload = {
'action': 'REFUND',
'fundingSourceType': 'CREDIT_DEBIT',
'parentId': parent_txn_id,
'fundingSource': {
'type': 'CREDIT_DEBIT',