- 14
Steps to Recreate: Reload https://www.infectioncontrolproducts.com/order/checkout multiple times until error occurs
Details: I have determined that the error is caused during call to the api 'GetPaymentMethods?countryid='. When the page fails to load, it is supplying 'undefined' to the 'countryid' parameter. I have also determined this happens when the call to 'GetPaymentMethods' is called BEFORE 'GetCustomerAddresses?addressesFor=Billing'. Every time it works, GetPaymentMethods is called afterwards.
Details: I have determined that the error is caused during call to the api 'GetPaymentMethods?countryid='. When the page fails to load, it is supplying 'undefined' to the 'countryid' parameter. I have also determined this happens when the call to 'GetPaymentMethods' is called BEFORE 'GetCustomerAddresses?addressesFor=Billing'. Every time it works, GetPaymentMethods is called afterwards.