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

@@ -269,6 +269,7 @@ def build_transaction_payload(
payload = {
'action': action,
'fundingSourceType': 'CREDIT_DEBIT',
'amounts': {
'transactionAmount': minor_amount,
'orderAmount': minor_amount,
@@ -318,6 +319,7 @@ def build_token_charge_payload(
payload = {
'action': action,
'fundingSourceType': 'CREDIT_DEBIT',
'context': context,
'amounts': {
'transactionAmount': minor_amount,