Skip to content
This repository has been archived by the owner on Mar 6, 2022. It is now read-only.

Commit

Permalink
Merge pull request #7 from bosunski/analysis-2QA2GR
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
bosunski authored Apr 10, 2020
2 parents 885684d + ca74e16 commit 96ae973
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/Api/TransactionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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]];
Expand Down

0 comments on commit 96ae973

Please sign in to comment.