Hi there, I have an issue with Firefox payment form popping up.
First the user would click on a CC Payment Disclosure Popup, after clicking OK the disclosure would close and Payment Form should show up. For Firefox the payment pop up will show only "Loading" forever.
Thanks in advance.
Button set up as below:
<button type="button"
style="display:none"
id="ClickableAcceptUI"
class="AcceptUI"
data-billingAddressOptions='{"show":true, "required":false}'
data-apiLoginID=@Model.ApiLoginId
data-clientKey=@Model.ClientKey
data-acceptUIFormBtnTxt="Ok"
data-acceptUIFormHeaderTxt="Card Information"
data-responseHandler="paymentMethod">
Ok
</button>
Error Message:
02-12-2018 11:15 AM