IPaymentMethod interface: PostProcessPayment return a non empty string, but error isn't logged

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
Hi,

I wrote my own payment method for an Italian internet payment gateway.

I use the PostProcessPayment (because the API of the bank use a redirect and then a return page ) .

To test every possible behaviour i forced PostProcessPayment  to return a non empty string, but, even if the payment fail , there isn't any log of the fail, and the customer don't receive any error message.

Where is the code which manage the errors returned by PostProcessPayment ?

thanks for any help

Tommaso
13 years ago
solved throwing an exceptioninside  PostProcessPayment ;O
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.