Skip to content

Commit

Permalink
config - fix vakifbank test env url
Browse files Browse the repository at this point in the history
  • Loading branch information
nuryagdym committed Aug 17, 2024
1 parent 90236d9 commit 54b4d69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/pos_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
'class' => Mews\Pos\Gateways\PayFlexV4Pos::class,
'gateway_endpoints' => [
'payment_api' => 'https://onlineodemetest.vakifbank.com.tr:4443/VposService/v3/Vposreq.aspx',
'gateway_3d' => 'https://3dsecuretest.vakifbank.com.tr:4443/MPIAPI/MPI_Enrollment.aspxs',
'query_api' => 'https://sanalpos.vakifbank.com.tr/v4/UIWebService/Search.aspx', // todo update with the correct one
'gateway_3d' => 'https://3dsecuretest.vakifbank.com.tr:4443/MPIAPI/MPI_Enrollment.aspx',
'query_api' => 'https://onlineodemetest.vakifbank.com.tr:4443/UIService/Search.aspx',
],
],
'ziraat-vpos' => [
Expand Down

0 comments on commit 54b4d69

Please sign in to comment.