mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +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,
|
||||
bn_code:bnCode,
|
||||
payer,
|
||||
context:this.config.context
|
||||
context:this.config.context,
|
||||
payment_source: data.paymentSource
|
||||
}),
|
||||
}).then(function(res) {
|
||||
return res.json();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue