Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save and display Pay Later Messaging configuration (4102) #3037

Merged
Prev Previous commit
Remove console.log
Dinamiko committed Jan 30, 2025
commit f907558262b18982d48a062e156b2a8683f9490b
Original file line number Diff line number Diff line change
@@ -51,7 +51,6 @@ document.addEventListener( 'DOMContentLoaded', () => {
.then( ( data ) => {
if ( data.success ) {
const config = data.data;
console.log( config );

merchantConfigurators.Messaging( {
config,