Re: Visa checkout is not working for mozilla firefox .

lyadav
Newbie

Visa checkout is not working for mozilla firefox .

i am writing  below code  that is working for safari ,google chrome  but that is not working for mozilla for  any version .Please help us so i can integrate successfully .

 

<html>
<head>
<script type="text/javascript">
function onVisaCheckoutReady(){
V.init( {
apikey: "TRQAFC3FP4SXUGTVKIXK21PF2c0NRdDmyHW03CltruOv2N-rY",
paymentRequest:{
currencyCode: "INR",
total: "10.00"
}
});
V.on("payment.success", function(payment)
{alert(JSON.stringify(payment)); });
V.on("payment.cancel", function(payment)
{alert(JSON.stringify(payment)); });
V.on("payment.error", function(payment, error)
{alert(JSON.stringify(error)); });
}
</script>
</head>
<body>
<img alt="Visa Checkout" class="v-button" role="button"
src="https://sandbox.secure.checkout.visa.com/wallet-services-web/xo/button.png"/>
<script type="text/javascript"
src="https://sandbox-assets.secure.checkout.visa.com/checkout-widget/resources/js/integration/v1/sdk.js">
</script>
</body>
</html>

1 REPLY 1
Sanobar
Frequent Helper

Re: Visa checkout is not working for mozilla firefox .

Hello,

 

Expert team is looking into it and will get back to you with recommendation. 

 

Thanks
Sanobar