Skip to content

Commit

Permalink
Merge pull request #43 from darinda/update-api-endpoint-urls
Browse files Browse the repository at this point in the history
update API endpoint urls to qenta instead of wirecard
  • Loading branch information
jakubpolomsky committed Jun 14, 2021
2 parents 8257bc9 + 7706c16 commit f84b31e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app/code/local/QentaCEE/QMore/Config/client.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
*/

return Array(
'DATA_STORAGE_URL' => 'https://checkout.wirecard.com/seamless/dataStorage',
'FRONTEND_URL' => 'https://checkout.wirecard.com/seamless/frontend',
'BACKEND_URL' => 'https://checkout.wirecard.com/seamless/backend',
'DATA_STORAGE_URL' => 'https://api.qenta.com/seamless/dataStorage',
'FRONTEND_URL' => 'https://api.qenta.com/seamless/frontend',
'BACKEND_URL' => 'https://api.qenta.com/seamless/backend',
'MODULE_NAME' => 'QentaCEE_QMore',
'MODULE_VERSION' => '3.3.0',
'DEPENDENCIES' => array(),
Expand Down
4 changes: 2 additions & 2 deletions app/code/local/QentaCEE/QPay/Config/client.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@


return Array(
'FRONTEND_URL' => 'https://checkout.wirecard.com/page/init-server.php',
'TOOLKIT_URL' => 'https://checkout.wirecard.com/page/toolkit.php',
'FRONTEND_URL' => 'https://api.qenta.com/page/init-server.php',
'TOOLKIT_URL' => 'https://api.qenta.com/page/toolkit.php',
'MODULE_NAME' => 'QentaCEE_QPay',
'MODULE_VERSION' => '3.3.0',
'DEPENDENCIES' => Array(),
Expand Down

0 comments on commit f84b31e

Please sign in to comment.