mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-08 19:48:52 +08:00
Ensure save payment method when subscription in cart
This commit is contained in:
parent
120e76b46a
commit
ebccacf964
2 changed files with 8 additions and 1 deletions
|
@ -35,7 +35,6 @@ export async function onApprove(data) {
|
|||
})
|
||||
.then((response) => response.json())
|
||||
.then((data) => {
|
||||
console.log(data)
|
||||
localStorage.removeItem('ppcp-save-card-payment');
|
||||
})
|
||||
.catch((err) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue