mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
Rename GooglePay button argument
This commit is contained in:
parent
00f6b467b6
commit
c7f47293af
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@ import ContextHandlerFactory from "./Context/ContextHandlerFactory";
|
|||
|
||||
class GooglepayButton {
|
||||
|
||||
constructor(context, handler, buttonConfig, ppcpConfig) {
|
||||
constructor(context, externalHandler, buttonConfig, ppcpConfig) {
|
||||
this.isInitialized = false;
|
||||
|
||||
this.context = context;
|
||||
this.handler = handler;
|
||||
this.externalHandler = externalHandler;
|
||||
this.buttonConfig = buttonConfig;
|
||||
this.ppcpConfig = ppcpConfig;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue