diff --git a/modules/ppcp-axo/src/Assets/AxoManager.php b/modules/ppcp-axo/src/Assets/AxoManager.php index 36f0ea069..363f0d092 100644 --- a/modules/ppcp-axo/src/Assets/AxoManager.php +++ b/modules/ppcp-axo/src/Assets/AxoManager.php @@ -237,8 +237,6 @@ class AxoManager { * Renders the HTML for the AXO submit button. */ public function render_checkout_button(): void { - $id = 'ppcp-axo-submit-button-container'; - /** * The WC filter returning the WC order button text. * phpcs:disable WordPress.WP.I18n.TextDomainMismatch @@ -246,10 +244,9 @@ class AxoManager { $label = apply_filters( 'woocommerce_order_button_text', __( 'Place order', 'woocommerce' ) ); printf( - '