PaymentResponse event
This event occurs after the payment processor has returned a response. In this handler you can work with the data returned form the payment processor.
NOTE: This event is raised even if you are using offline payment method.
The handler method accepts the following arguments:
- paymentResponse
Represents the data returned from the payment processor.
Use the following code example to hook up to the PaymentResponse event: