mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 12:25:15 +08:00
Apple Pay: Register support for the Button Options
This commit is contained in:
parent
088d17e927
commit
9766ade13d
1 changed files with 1 additions and 0 deletions
|
@ -108,5 +108,6 @@ registerExpressPaymentMethod( {
|
||||||
canMakePayment: () => buttonData.enabled,
|
canMakePayment: () => buttonData.enabled,
|
||||||
supports: {
|
supports: {
|
||||||
features,
|
features,
|
||||||
|
style: [ 'height', 'borderRadius' ],
|
||||||
},
|
},
|
||||||
} );
|
} );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue