Skip to content

Commit 2c46b96

Browse files
committed
Update test response messages
1 parent 23c1529 commit 2c46b96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Omnipay/Stripe/GatewayTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public function testUpdateSuccess()
126126
$this->assertTrue($response->isSuccessful());
127127
$this->assertFalse($response->isRedirect());
128128
$this->assertNull($response->getTransactionReference());
129-
$this->assertSame('cus_1MZSEtqSghKx99', $response->getCardReference());
129+
$this->assertSame('cus_1MZeNih5LdKxDq', $response->getCardReference());
130130
$this->assertNull($response->getMessage());
131131
}
132132

tests/Omnipay/Stripe/Message/ResponseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function testUpdateSuccess()
7171
$this->assertTrue($response->isSuccessful());
7272
$this->assertFalse($response->isRedirect());
7373
$this->assertNull($response->getTransactionReference());
74-
$this->assertSame('cus_1MZSEtqSghKx99', $response->getCardReference());
74+
$this->assertSame('cus_1MZeNih5LdKxDq', $response->getCardReference());
7575
$this->assertNull($response->getMessage());
7676
}
7777

0 commit comments

Comments
 (0)