Rename GooglePay button argument

This commit is contained in:
Pedro Silva 2023-08-29 15:00:07 +01:00
parent 00f6b467b6
commit c7f47293af
No known key found for this signature in database
GPG key ID: E2EE20C0669D24B3

View file

@ -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;