We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79252b4 commit dbdd70dCopy full SHA for dbdd70d
client/express-checkout/button-ui.js
@@ -32,7 +32,6 @@ const expressCheckoutButtonUi = {
32
33
renderButton: ( eceButton ) => {
34
if ( get$Container()?.length ) {
35
- // expressCheckoutButtonUi.showContainer();
36
eceButton.mount( expressCheckoutElementId );
37
}
38
},
client/express-checkout/index.js
@@ -37,7 +37,6 @@ jQuery( ( $ ) => {
39
const publishableKey = getExpressCheckoutData( 'stripe' ).publishableKey;
40
- // const publishableKey = 'pk_test_51N000000000000000000000';
41
const quantityInputSelector = '.quantity .qty[type=number]';
42
43
if ( ! publishableKey ) {
0 commit comments