changes
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user