mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Fix the GooglePay button preview in the settings widget
This commit is contained in:
parent
6a91e422eb
commit
37ca92c57e
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ class GooglePayPreviewButton extends PreviewButton {
|
|||
contextHandler
|
||||
);
|
||||
|
||||
button.init( this.apiConfig, contextHandler.transactionInfo() );
|
||||
button.init( this.apiConfig, null );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue