File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ public function testUpdateSuccess()
126
126
$ this ->assertTrue ($ response ->isSuccessful ());
127
127
$ this ->assertFalse ($ response ->isRedirect ());
128
128
$ this ->assertNull ($ response ->getTransactionReference ());
129
- $ this ->assertSame ('cus_1MZSEtqSghKx99 ' , $ response ->getCardReference ());
129
+ $ this ->assertSame ('cus_1MZeNih5LdKxDq ' , $ response ->getCardReference ());
130
130
$ this ->assertNull ($ response ->getMessage ());
131
131
}
132
132
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ public function testUpdateSuccess()
71
71
$ this ->assertTrue ($ response ->isSuccessful ());
72
72
$ this ->assertFalse ($ response ->isRedirect ());
73
73
$ this ->assertNull ($ response ->getTransactionReference ());
74
- $ this ->assertSame ('cus_1MZSEtqSghKx99 ' , $ response ->getCardReference ());
74
+ $ this ->assertSame ('cus_1MZeNih5LdKxDq ' , $ response ->getCardReference ());
75
75
$ this ->assertNull ($ response ->getMessage ());
76
76
}
77
77
You can’t perform that action at this time.
0 commit comments