We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2acf691 commit 8132695Copy full SHA for 8132695
examples/asaas/customers.php
@@ -1,6 +1,6 @@
1
<?php
2
3
-use PHPay\Gateways\Asaas\AsaasGateway;
+use PHPay\Asaas\AsaasGateway;
4
use PHPay\PHPay;
5
6
require_once __DIR__ . '/../../vendor/autoload.php';
@@ -17,7 +17,7 @@
17
*
18
* @var AsaasGateway $phpay
19
*/
20
-$phpay = new PHPay(new AsaasGateway(TOKEN_ASAAS_SANDBOX));
+$phpay = PHPay::gateway(new AsaasGateway(TOKEN_ASAAS_SANDBOX));
21
22
/**
23
* store asaas customer
0 commit comments