From ca74e1635a9f6cf7f941eaca201811469fa17cf3 Mon Sep 17 00:00:00 2001 From: Olatunbosun Egberinde Date: Fri, 10 Apr 2020 13:10:39 +0000 Subject: [PATCH] Apply fixes from StyleCI --- test/Api/TransactionsTest.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/Api/TransactionsTest.php b/test/Api/TransactionsTest.php index df17169..6d90af1 100644 --- a/test/Api/TransactionsTest.php +++ b/test/Api/TransactionsTest.php @@ -44,10 +44,10 @@ public function shouldVerifyTransactions() public function shouldChargeReturningCustomer() { $input = [ - 'amount' => 20000, - 'email' => 'customer@email.com', - 'reference' => '0bxco8lyc2aa0fq', - 'authorization_code' => 'AUTH_72btv547', + 'amount' => 20000, + 'email' => 'customer@email.com', + 'reference' => '0bxco8lyc2aa0fq', + 'authorization_code' => 'AUTH_72btv547', ]; $expectedResult = ['data' => ['amount' => 5000]];