Merge branch 'trunk' of github.com:woocommerce/woocommerce-paypal-payments into PCP-3771-axo-refactor-pay-pal-script-loading-to-prevent-conflicts

This commit is contained in:
Daniel Dudzic 2024-10-08 09:17:08 +02:00
commit 733eee08a2
No known key found for this signature in database
GPG key ID: 31B40D33E3465483
8 changed files with 260 additions and 43 deletions

View file

@ -7,7 +7,7 @@ registerPaymentMethod( {
name: config.id,
label: <div dangerouslySetInnerHTML={ { __html: config.title } } />,
content: <CardFields config={ config } />,
edit: <div></div>,
edit: <CardFields config={ config } />,
ariaLabel: config.title,
canMakePayment: () => {
return true;