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
You should throw exceptions so we can handle errors and prevent fatal errors from breaking the flow when retrieving possible transactions. For exemple in this statement:
If "$transaction_id" is invalid, then it will likely return a FATAL ERROR and brreak the code, unless there's already an existing workaround from the SDK to handle this.
The text was updated successfully, but these errors were encountered:
You should throw exceptions so we can handle errors and prevent fatal errors from breaking the flow when retrieving possible transactions. For exemple in this statement:
TransactionCaller::getTransactionDetailsByTransactionIdRequest($transaction_id, $credentials, $config_arr);
If "$transaction_id" is invalid, then it will likely return a FATAL ERROR and brreak the code, unless there's already an existing workaround from the SDK to handle this.
The text was updated successfully, but these errors were encountered: