dont need to pass the payment source

This commit is contained in:
Narek Zakarian 2024-05-27 19:57:48 +04:00
parent 49d943e25b
commit 84616d07da
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7

View file

@ -60,8 +60,7 @@ class CartActionHandler {
funding_source: window.ppcpFundingSource,
bn_code:bnCode,
payer,
context:this.config.context,
payment_source: data.paymentSource
context:this.config.context
}),
}).then(function(res) {
return res.json();