File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,6 @@ protected function getBaseData()
86
86
$ data ['vpc_Merchant ' ] = $ this ->getMerchantId ();
87
87
$ data ['vpc_AccessCode ' ] = $ this ->getMerchantAccessCode ();
88
88
$ data ['vpc_Version ' ] = '1 ' ;
89
-
90
89
$ data ['vpc_Command ' ] = $ this ->action ;
91
90
$ data ['vpc_Amount ' ] = $ this ->getAmountInteger ();
92
91
$ data ['vpc_MerchTxnRef ' ] = $ this ->getTransactionId ();
Original file line number Diff line number Diff line change @@ -17,8 +17,6 @@ public function testSignature()
17
17
array (
18
18
'amount ' => '12.00 ' ,
19
19
'transactionId ' => 123 ,
20
-
21
- 'localeCode ' => 'en ' ,
22
20
23
21
'merchantId ' => '123 ' ,
24
22
'merchantAccessCode ' => '123 ' ,
@@ -33,7 +31,7 @@ public function testSignature()
33
31
34
32
$ data = $ this ->request ->getData ();
35
33
36
- $ this ->assertSame ('F67A5B37393F0903E228C27DD3FF5704DAD672137108BE78E0A9219F229733B7 ' , $ data ['vpc_SecureHash ' ]);
34
+ $ this ->assertSame ('80E8AD6C582431F9C8A55C9645EE2F05BA70D178EB0A85E7394331DC09B61875 ' , $ data ['vpc_SecureHash ' ]);
37
35
}
38
36
39
37
/**
@@ -48,8 +46,6 @@ public function testRefund()
48
46
array (
49
47
'amount ' => '12.00 ' ,
50
48
'transactionId ' => 123 ,
51
-
52
- 'localeCode ' => 'en ' ,
53
49
54
50
'merchantId ' => '123 ' ,
55
51
'merchantAccessCode ' => '123 ' ,
You can’t perform that action at this time.
0 commit comments