diff --git a/README.md b/README.md index 9fc18e1..eec42e7 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.23/docs/en/documentation.html) +* [English](https://plugin-documentation.postfinance-checkout.ch/pfpayments/opencart-2.1/1.0.24/docs/en/documentation.html) ## License -Please see the [license file](https://github.com/pfpayments/opencart-2.1/blob/1.0.23/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.24/LICENSE) for more information. \ No newline at end of file diff --git a/docs/en/documentation.html b/docs/en/documentation.html index a8ed055..9e714b4 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 2a053e7..3ae85b2 100644 --- a/upload/system/library/postfinancecheckout/service/transaction.php +++ b/upload/system/library/postfinancecheckout/service/transaction.php @@ -74,7 +74,7 @@ public function update(array $order_info, $confirm = false){ $this->assembleTransaction($pending_transaction, $order_info); if ($confirm) { - $pending_transaction->setAllowedPaymentMethodBrands($this->getAllowedPaymentMethodConfigurations($order_info)); + $pending_transaction->setAllowedPaymentMethodConfigurations($this->getAllowedPaymentMethodConfigurations($order_info)); $transaction = $this->getTransactionService()->confirm($transaction->getLinkedSpaceId(), $pending_transaction); $this->clearTransactionInSession(); }