Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
Update CashAppBaseConnectorTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
njoguamos committed Jan 27, 2024
1 parent 061111b commit 7da456a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Connectors/CashAppBaseConnectorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
->toBe(expected: $baseUrl);
})->with([
'production' => [true, 'https://api.cash.app'],
'staging'=> [false, 'https://sandbox.api.cash.app']
'staging' => [false, 'https://sandbox.api.cash.app']
]);

0 comments on commit 7da456a

Please sign in to comment.