Skip to content

Commit

Permalink
Merge pull request #213 from devmdeniz/master
Browse files Browse the repository at this point in the history
Update THREED-PAYMENT-EXAMPLE.md
  • Loading branch information
nuryagdym authored May 20, 2024
2 parents c86e72d + 410f546 commit 0945dc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/THREED-PAYMENT-EXAMPLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
### Örnek 3DSecure, 3DPay, 3DHost ödeme kodu

3DSecure, 3DPay, 3DHost ödemeniz gereken kodlar arasında tek fark `$paymentModel` değeridir.
```
```php
$paymentModel = \Mews\Pos\PosInterface::MODEL_3D_SECURE;
// veya
// $paymentModel = \Mews\Pos\PosInterface::MODEL_3D_PAY;
Expand Down Expand Up @@ -52,7 +52,7 @@ try {
// GarantiPos ve KuveytPos'u test ortamda test edebilmek için zorunlu.
$pos->setTestMode(true);
} catch (\Mews\Pos\Exceptions\BankNotFoundException | \Mews\Pos\Exceptions\BankClassNullException $e) {
var_dump($e));
var_dump($e);
exit;
}
```
Expand Down

0 comments on commit 0945dc9

Please sign in to comment.