Check for venmo and vaulting before creating wc order

This commit is contained in:
Narek Zakarian 2024-05-17 00:25:36 +04:00
parent 2ad6df385c
commit e95faf565f
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7

View file

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