Skip to content

Commit

Permalink
Release 1.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
sbossert committed Nov 26, 2019
1 parent 95e0898 commit 6d285fc
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions Core/Adapter/SessionAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public function getCreateData(){
$transactionCreate->setDeviceSessionIdentifier($_COOKIE['PostFinanceCheckout_device_id']);
}
$transactionCreate->setAutoConfirmationEnabled(false);
$transactionCreate->setChargeRetryEnabled(false);
$this->applyAbstractTransactionData($transactionCreate);
return $transactionCreate;
}
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).

Expand All @@ -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.
Please see the [license file](https://github.com/pfpayments/oxid-6.0/blob/1.0.17/LICENSE) for more information.
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -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).

Expand All @@ -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.
Please see the [license file](https://github.com/pfpayments/oxid-6.0/blob/1.0.17/LICENSE) for more information.
4 changes: 2 additions & 2 deletions docs/en/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h2>Documentation</h2> </div>
</a>
</li>
<li>
<a href="https://github.com/pfpayments/oxid-6.0/releases/tag/1.0.16/">
<a href="https://github.com/pfpayments/oxid-6.0/releases/tag/1.0.17/">
Source
</a>
</li>
Expand All @@ -48,7 +48,7 @@ <h1>
<div class="olist arabic">
<ol class="arabic">
<li>
<p><a href="https://github.com/pfpayments/oxid-6.0/releases/tag/1.0.16/">Download</a> the extension.</p>
<p><a href="https://github.com/pfpayments/oxid-6.0/releases/tag/1.0.17/">Download</a> the extension.</p>
</li>
<li>
<p>Extract the files and upload them to the root directory of your store using FTP/SSH.</p>
Expand Down
2 changes: 1 addition & 1 deletion metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 6d285fc

Please sign in to comment.