You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am calling getPaymentDetails api for which the payment id not exists. $response = $api->getPaymentDetails([payment id]);
Instead of giving error in response it is giving laravel error.
So, I am not able to handle this error. How can I handle this error and continue to execute next code script.
The text was updated successfully, but these errors were encountered:
I am calling getPaymentDetails api for which the payment id not exists.
$response = $api->getPaymentDetails([payment id]);
Instead of giving error in response it is giving laravel error.
So, I am not able to handle this error. How can I handle this error and continue to execute next code script.
The text was updated successfully, but these errors were encountered: