Skip to content

Commit

Permalink
README.md minor example code change
Browse files Browse the repository at this point in the history
  • Loading branch information
nuryagdym committed May 27, 2024
1 parent dbbc297 commit f7ed509
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
return [
'banks' => [
'kuveytpos' => [ # ilk sıradaki banka injection için default olur.
'gateway_class' => Mews\Pos\Gateways\KuveytPos::class,
'gateway_class' => \Mews\Pos\Gateways\KuveytPos::class,
'test_mode' => true,
'lang' => \Mews\Pos\PosInterface::LANG_TR,
'credentials' => [
Expand All @@ -49,9 +49,9 @@
],
],
'estpos_payten' => [
'gateway_class' => Mews\Pos\Gateways\EstV3Pos::class,
'gateway_class' => \Mews\Pos\Gateways\EstV3Pos::class,
'test_mode' => true,
'lang' => \Mews\Pos\PosInterface::LANG_TR,
'lang' => \Mews\Pos\PosInterface::LANG_TR,
'credentials' => [
'payment_model' => \Mews\Pos\PosInterface::MODEL_3D_SECURE,
'merchant_id' => '7001132146464',
Expand Down

0 comments on commit f7ed509

Please sign in to comment.