Fix the GooglePay button preview in the settings widget

This commit is contained in:
Daniel Dudzic 2024-07-15 22:38:35 +02:00
parent 6a91e422eb
commit 37ca92c57e
No known key found for this signature in database
GPG key ID: 31B40D33E3465483

View file

@ -111,7 +111,7 @@ class GooglePayPreviewButton extends PreviewButton {
contextHandler
);
button.init( this.apiConfig, contextHandler.transactionInfo() );
button.init( this.apiConfig, null );
}
/**