Skip to content

Commit

Permalink
feat: drop support of php 7, add language level features of php8, upd…
Browse files Browse the repository at this point in the history
…ate guzzle6 to 7
  • Loading branch information
Chris8934 committed Dec 1, 2023
1 parent 14888ae commit e1bc70e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/Unit/ApiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ public function setUp(): void
'customerId' => 'test',
'terminalId' => 'test',
'sandbox' => true,
'instantCapturing' => true,
);
'instantCapturing' => true
];
}

/**
Expand Down

0 comments on commit e1bc70e

Please sign in to comment.