From 24645d2ec338379c535bc067eeeb2d4ef1a298ba Mon Sep 17 00:00:00 2001 From: Sebastian Bossert Date: Tue, 26 Nov 2019 11:52:19 +0100 Subject: [PATCH] Release 1.0.34 --- README.md | 4 ++-- docs/en/documentation.html | 4 ++-- .../library/postfinancecheckout/service/transaction.php | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index affb7e4..6ef3e30 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ This repository contains the OpenCart PostFinance Checkout payment module that ## Documentation -* [English](https://plugin-documentation.postfinance-checkout.ch/pfpayments/opencart-2.1/1.0.33/docs/en/documentation.html) +* [English](https://plugin-documentation.postfinance-checkout.ch/pfpayments/opencart-2.1/1.0.34/docs/en/documentation.html) ## License -Please see the [license file](https://github.com/pfpayments/opencart-2.1/blob/1.0.33/LICENSE) for more information. \ No newline at end of file +Please see the [license file](https://github.com/pfpayments/opencart-2.1/blob/1.0.34/LICENSE) for more information. \ No newline at end of file diff --git a/docs/en/documentation.html b/docs/en/documentation.html index f84d26d..8ff35bb 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 the content of the Upload directory into the root directory of your store using FTP/SSH.

      diff --git a/upload/system/library/postfinancecheckout/service/transaction.php b/upload/system/library/postfinancecheckout/service/transaction.php index 89ef372..e19a319 100644 --- a/upload/system/library/postfinancecheckout/service/transaction.php +++ b/upload/system/library/postfinancecheckout/service/transaction.php @@ -181,6 +181,7 @@ private function create(array $order_info){ } $create_transaction->setAutoConfirmationEnabled(false); + $create_transaction->setChargeRetryEnabled(false); $this->assembleTransaction($create_transaction, $order_info); $transaction = $this->getTransactionService()->create($this->registry->get('config')->get('postfinancecheckout_space_id'), $create_transaction);