Skip to content

Commit d4439fd

Browse files
committedJan 3, 2021
Remove test key from wrapper test
1 parent 4979a9d commit d4439fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/WrapperTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ protected function getPackageProviders($app): array
8181
protected function setUp(): void
8282
{
8383
parent::setUp();
84-
$this->billingoApi = new Billingo('b1679ed6-b0a7-11ea-8593-0254eb6072a0');
84+
$this->billingoApi = new Billingo('YOUR_API_V3_KEY');
8585
}
8686

8787
/**

0 commit comments

Comments
 (0)
Please sign in to comment.