diff --git a/applePayCaller.js b/applePayCaller.js index 444bba2..94ab306 100644 --- a/applePayCaller.js +++ b/applePayCaller.js @@ -83,7 +83,9 @@ function applePayButtonClicked(){ console.log(paymentToken); /* Send Payment token to Payment Gateway, here its defaulting to True just to mock that part */ + //createTransaction(paymentToken.paymentData); + returnFromGateway = true; /*-----------------------*/