We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd177e9 commit 02089f6Copy full SHA for 02089f6
src/Omnipay/Eway/Message/RapidResponse.php
@@ -10,7 +10,7 @@
10
*/
11
class RapidResponse extends AbstractResponse implements RedirectResponseInterface
12
{
13
- static $MESSAGES = array(
+ public static $MESSAGES = array(
14
'A2000' => 'Transaction Approved',
15
'A2008' => 'Honour With Identification',
16
'A2010' => 'Approved For Partial Amount',
0 commit comments