Apple Pay: Register support for the Button Options

This commit is contained in:
Daniel Dudzic 2024-11-14 21:38:06 +01:00
parent 088d17e927
commit 9766ade13d
No known key found for this signature in database
GPG key ID: 31B40D33E3465483

View file

@ -108,5 +108,6 @@ registerExpressPaymentMethod( {
canMakePayment: () => buttonData.enabled,
supports: {
features,
style: [ 'height', 'borderRadius' ],
},
} );