Skip to content

Commit

Permalink
Update API endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
HMKnapp committed Nov 9, 2021
1 parent 4f6d11f commit a491b96
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Frontend/QentaCheckoutPage/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function getCapabilities()
*/
public function getVersion()
{
return '2.0.0';
return '2.0.1';
}

/**
Expand Down
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' => 'WirecardCEE_QPay',
'MODULE_VERSION' => '3.3.0',
'DEPENDENCIES' => Array(),
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

[![License](https://img.shields.io/badge/license-GPLv2-blue.svg)](https://raw.githubusercontent.com/qenta-cee/shopware-qcp/master/LICENSE)
[![Shopware](https://img.shields.io/badge/Shopware-v5.2.0--v5.6.8-green.svg)](https://www.shopware.com/)
[![PHP v7.3](https://img.shields.io/badge/php-v7.3-yellow.svg)](http://www.php.net)
[![PHP v7.4](https://img.shields.io/badge/php-v7.4-green.svg)](http://www.php.net)

----

Qenta Checkout Page plugin for Shopware.

Our [Online Guides](https://guides.qenta.com/) provide further information on payment methods and additional features. Please observe our [terms of use](https://guides.qenta.com/shop_plugins:info#terms_of_use) regarding plugins.
Our [Online Guides](https://guides.qenta.com/) provide further information on payment methods and additional features. Please observe our [terms of use](https://guides.qenta.com/shop_plugins/info/) regarding plugins.

## Installation
Our [Online Guides](https://guides.qenta.com/shop_plugins:shopware_qcp:start "Installation details") also provide technical documentation, installation and configuration instructions for the plugin.
Our [Online Guides](https://guides.qenta.com/shop_plugins/qpay/shopware/start/ "Installation details") also provide technical documentation, installation and configuration instructions for the plugin.

Be careful after installing/updating the plugin from the GitHub master branch. Your Shopware installation might notify you about an upgrade at the [Shopware store](http://store.shopware.com/wirecard01501/wirecard-checkout-page.html). **This upgrade will revert the plugin to the latest version on the Shopware store.**

Expand Down

0 comments on commit a491b96

Please sign in to comment.