mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-03 08:37:53 +08:00
Add save payment checkbox
This commit is contained in:
parent
de3fd75f69
commit
b7b19cfbc7
2 changed files with 7 additions and 1 deletions
|
@ -8,5 +8,10 @@ export const CheckoutHandler = ({getCardFieldsForm}) => {
|
|||
getCardFieldsForm(cardFieldsForm)
|
||||
}, []);
|
||||
|
||||
return null
|
||||
return (
|
||||
<>
|
||||
<input type="checkbox" id="save" name="save"/>
|
||||
<label htmlFor="save">Save your card</label>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue