I am new to AngularJs. I have payment section in my PHP project where payment response from the API is displayed in the frond-end using AngularJs.
The issue is, when the API response exceeds more that 30 seconds suddenly the default error message triggers. But in backed, the payments are doing fine and database is updating perfectly with a success message.
Can anyone help me on this ?
Thanks in advance