- Issue created by @rszrama
-
rszrama β
committed 02097a61 on 7.x-1.x
Issue #3501569 by rszrama: Reload the review page when payment is...
-
rszrama β
committed 02097a61 on 7.x-1.x
- πΊπΈUnited States rszrama
I've done this via the checkout form validate callback for the payment gateway. I'm still using drupal_goto() vs. just returning FALSE to better control the appearance of messages and to ensure the SnapPay response field is reinitialized to be empty. Minor drawback is that other elements on the page would be lost, but this is typically not a concern.
- πΊπΈUnited States rszrama
Decided to do this via the submit handler in π Add logging of response values Active . I forgot that returning
FALSE
from there would have a similar effect but put the status message inside the payment checkout pane. ππΌ Automatically closed - issue fixed for 2 weeks with no activity.