Systems such as ubercart will show a friendly message when a payment fails to go through. Currently uc_eway will also do a drupal_set_message() giving the gateway's failure code.
This patch allows you to disable showing that failure code, but defaults to the current behaviour.
| Comment | File | Size | Author |
|---|---|---|---|
| uc_eway_gateway_message.patch | 2.78 KB | benkant |
Comments
Comment #1
agileware commentedCommitted to 6.x-2.x-dev
Thanks.