-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
I need simple error handling code for the follwing files (SampleCartDemo/OneTimePayments):
index.php
SetPaymentDetails.php
ConfirmPaymentAndAuthorize.php
e.g. here:
onError: function (error) {
// something bad happened
}
The error code and the error text should be shown to the user and should be written to a file.
The user should be able to restart the pay process.
The AuthorizeResult should be examined and if there an AuthorizationStatus that tells us, that the payment was not successfull collectet, the user should not get his ordered goods.
So where I can find example code for all this error handling?
Thank you.
Metadata
Metadata
Assignees
Labels
No labels