Hi everyone,
I have a payment form on a web page. The form allows for credit card payments and pay offline payments. If I fill in and submit the form using the pay offline method, an order is created however if I use the credit card method, the order fails and I receive a notification of the failure in the backend of the website. I’ve made some changes to the form and I’d like to test the form to see if the payment will go through but I didn’t want to use a credit card at this point.
Is there a way to use Chrome Developer Tools to to see if a payment will go through successfully without actually entering any credit card details? I just need to simulate the process in order to troubleshoot.
If this is possible, can someone give me directions on how to do this with Chrome and would I have to disable the submit button in order to simulate?
I’d really appreciate any advice.