diff --git a/Core/Adapter/SessionAdapter.php b/Core/Adapter/SessionAdapter.php index 335c161..7e12626 100644 --- a/Core/Adapter/SessionAdapter.php +++ b/Core/Adapter/SessionAdapter.php @@ -51,6 +51,7 @@ public function getCreateData(){ $transactionCreate->setDeviceSessionIdentifier($_COOKIE['PostFinanceCheckout_device_id']); } $transactionCreate->setAutoConfirmationEnabled(false); + $transactionCreate->setChargeRetryEnabled(false); $this->applyAbstractTransactionData($transactionCreate); return $transactionCreate; } diff --git a/README.md b/README.md index 4a1ffbb..b81e07b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # OXID 6.0 -v1.0.16, 2019-11 +v1.0.17, 2019-11 This repository contains the OXID PostFinance Checkout payment module that enables the shop to process payments with [PostFinance Checkout](https://www.postfinance.ch/checkout). @@ -13,8 +13,8 @@ This repository contains the OXID PostFinance Checkout payment module that enab ## Documentation -* [English](https://plugin-documentation.postfinance-checkout.ch/pfpayments/oxid-6.0/1.0.16/docs/en/documentation.html) +* [English](https://plugin-documentation.postfinance-checkout.ch/pfpayments/oxid-6.0/1.0.17/docs/en/documentation.html) ## License -Please see the [license file](https://github.com/pfpayments/oxid-6.0/blob/1.0.16/LICENSE) for more information. \ No newline at end of file +Please see the [license file](https://github.com/pfpayments/oxid-6.0/blob/1.0.17/LICENSE) for more information. \ No newline at end of file diff --git a/docs/README.md b/docs/README.md index 4a1ffbb..b81e07b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@ # OXID 6.0 -v1.0.16, 2019-11 +v1.0.17, 2019-11 This repository contains the OXID PostFinance Checkout payment module that enables the shop to process payments with [PostFinance Checkout](https://www.postfinance.ch/checkout). @@ -13,8 +13,8 @@ This repository contains the OXID PostFinance Checkout payment module that enab ## Documentation -* [English](https://plugin-documentation.postfinance-checkout.ch/pfpayments/oxid-6.0/1.0.16/docs/en/documentation.html) +* [English](https://plugin-documentation.postfinance-checkout.ch/pfpayments/oxid-6.0/1.0.17/docs/en/documentation.html) ## License -Please see the [license file](https://github.com/pfpayments/oxid-6.0/blob/1.0.16/LICENSE) for more information. \ No newline at end of file +Please see the [license file](https://github.com/pfpayments/oxid-6.0/blob/1.0.17/LICENSE) for more information. \ No newline at end of file diff --git a/docs/en/documentation.html b/docs/en/documentation.html index 7696bfd..bd9d2e7 100644 --- a/docs/en/documentation.html +++ b/docs/en/documentation.html @@ -21,7 +21,7 @@

Documentation

  • - + Source
  • @@ -48,7 +48,7 @@

    1. -

      Download the extension.

      +

      Download the extension.

    2. Extract the files and upload them to the root directory of your store using FTP/SSH.

      diff --git a/metadata.php b/metadata.php index 79e281c..3c2b56f 100644 --- a/metadata.php +++ b/metadata.php @@ -29,7 +29,7 @@ 'en' => 'PFC PostFinanceCheckout Module' ), 'thumbnail' => 'out/pictures/picture.png', - 'version' => '1.0.16', + 'version' => '1.0.17', 'author' => 'customweb GmbH', 'url' => 'https://www.customweb.com', 'email' => 'info@customweb.com',