From fb28db8f694baff1717640951a51354aaf9a64f7 Mon Sep 17 00:00:00 2001 From: Craig Paul Date: Fri, 19 Jul 2019 15:56:46 -0600 Subject: [PATCH] Fixes #8 --- tests/TestCase.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/TestCase.php b/tests/TestCase.php index 6b9988a..f3414c8 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -47,8 +47,8 @@ public function setUp() $this->mastercard = '5454545454545454'; $this->visa = '4242424242424242'; - $this->id = 'store1'; + $this->id = 'store2'; $this->token = 'yesguy'; $this->environment = Moneris::ENV_TESTING; } -} \ No newline at end of file +}