Skip to content

Commit

Permalink
Merge pull request #34 from mahmut/patch-2
Browse files Browse the repository at this point in the history
Yapıkredi test ortamı url hatalı.
  • Loading branch information
mewebstudio authored Jun 19, 2021
2 parents 9b90ac0 + 7cf909e commit b0698e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/pos.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@
'class' => Mews\Pos\Gateways\PosNet::class,
'urls' => [
'production' => 'https://posnet.yapikredi.com.tr/PosnetWebService/XML',
'test' => 'https://setmpos.yapikredi.com.tr/PosnetWebService/XML',
'test' => 'https://setmpos.ykb.com/PosnetWebService/XML',
'gateway' => [
'production' => 'https://www.posnet.yapikredi.com.tr/3DSWebService/YKBPaymentService',
'test' => 'https://setmpos.yapikredi.com.tr/3DSWebService/YKBPaymentService',
'production' => 'https://posnet.yapikredi.com.tr/3DSWebService/YKBPaymentService',
'test' => 'https://setmpos.ykb.com/3DSWebService/YKBPaymentService',
],
],
],
Expand Down

0 comments on commit b0698e0

Please # to comment.