public function testPaystackHttpClientReturnsGuzzleClient()
 {
     $this->assertInstanceOf(Client::class, PaystackHttpClientFactory::make());
 }
Example #2
0
 public function __construct()
 {
     $this->payStackHttpClient = PaystackHttpClientFactory::make();
 }