We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4979a9d commit d4439fdCopy full SHA for d4439fd
tests/WrapperTest.php
@@ -81,7 +81,7 @@ protected function getPackageProviders($app): array
81
protected function setUp(): void
82
{
83
parent::setUp();
84
- $this->billingoApi = new Billingo('b1679ed6-b0a7-11ea-8593-0254eb6072a0');
+ $this->billingoApi = new Billingo('YOUR_API_V3_KEY');
85
}
86
87
/**
0 commit comments