mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-08 21:52:55 +08:00
Check for venmo and vaulting before creating wc order
This commit is contained in:
parent
2ad6df385c
commit
e95faf565f
1 changed files with 2 additions and 1 deletions
|
@ -60,7 +60,8 @@ class CartActionHandler {
|
||||||
funding_source: window.ppcpFundingSource,
|
funding_source: window.ppcpFundingSource,
|
||||||
bn_code:bnCode,
|
bn_code:bnCode,
|
||||||
payer,
|
payer,
|
||||||
context:this.config.context
|
context:this.config.context,
|
||||||
|
payment_source: data.paymentSource
|
||||||
}),
|
}),
|
||||||
}).then(function(res) {
|
}).then(function(res) {
|
||||||
return res.json();
|
return res.json();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue