File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ public function testSendSuccess()
109
109
$ this ->assertTrue ($ response ->isSuccessful ());
110
110
$ this ->assertFalse ($ response ->isRedirect ());
111
111
$ this ->assertSame ('ch_1IU9gcUiNASROd ' , $ response ->getTransactionReference ());
112
- $ this ->assertNull ( $ response ->getCardReference ());
112
+ $ this ->assertSame ( ' card_16n3EU2baUhq7QENSrstkoN0 ' , $ response ->getCardReference ());
113
113
$ this ->assertNull ($ response ->getMessage ());
114
114
}
115
115
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public function testSendSuccess()
32
32
$ this ->assertTrue ($ response ->isSuccessful ());
33
33
$ this ->assertFalse ($ response ->isRedirect ());
34
34
$ this ->assertSame ('ch_1IU9gcUiNASROd ' , $ response ->getTransactionReference ());
35
- $ this ->assertNull ( $ response ->getCardReference ());
35
+ $ this ->assertSame ( ' card_16n3EU2baUhq7QENSrstkoN0 ' , $ response ->getCardReference ());
36
36
$ this ->assertNull ($ response ->getMessage ());
37
37
}
38
38
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public function testPurchaseSuccess()
14
14
$ this ->assertTrue ($ response ->isSuccessful ());
15
15
$ this ->assertFalse ($ response ->isRedirect ());
16
16
$ this ->assertSame ('ch_1IU9gcUiNASROd ' , $ response ->getTransactionReference ());
17
- $ this ->assertNull ( $ response ->getCardReference ());
17
+ $ this ->assertSame ( ' card_16n3EU2baUhq7QENSrstkoN0 ' , $ response ->getCardReference ());
18
18
$ this ->assertNull ($ response ->getMessage ());
19
19
$ this ->assertInternalType ('array ' , $ response ->getSource ());
20
20
}
You can’t perform that action at this time.
0 commit comments