Skip to content

Commit 02089f6

Browse files
committed
Fix cs
1 parent cd177e9 commit 02089f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Omnipay/Eway/Message/RapidResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111
class RapidResponse extends AbstractResponse implements RedirectResponseInterface
1212
{
13-
static $MESSAGES = array(
13+
public static $MESSAGES = array(
1414
'A2000' => 'Transaction Approved',
1515
'A2008' => 'Honour With Identification',
1616
'A2010' => 'Approved For Partial Amount',

0 commit comments

Comments
 (0)