Remove Axo from the Checkout block in the editor and add the ACDC card component in the editor view

This commit is contained in:
Daniel Dudzic 2024-10-01 15:03:38 +02:00
parent 5bae4d13c8
commit 763f6a431e
No known key found for this signature in database
GPG key ID: 31B40D33E3465483
2 changed files with 8 additions and 2 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;