Skip to content

Commit

Permalink
Limpando o restante de codigo do projeto
Browse files Browse the repository at this point in the history
  • Loading branch information
lcsLucas committed Oct 3, 2023
1 parent 5b24fa5 commit 6418491
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/payment/usage_card_for_event.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
use Ipag\Sdk\Core\IpagClient;
use Ipag\Sdk\Core\IpagEnvironment;

$ipagClient = new IpagClient('lucas@ipag.com.br', '80A4-3A0AEB2E-A0612C5D-4864DE9C-135A', IpagEnvironment::SANDBOX);
$ipagClient = new IpagClient(
'apiID',
'apiKey',
IpagEnvironment::SANDBOX
);

$paymentTransaction = new \Ipag\Sdk\Model\PaymentTransaction(
[
Expand Down

0 comments on commit 6418491

Please sign in to comment.