Skip to content

Commit

Permalink
Release 1.0.45
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorspringwallee committed Jun 28, 2022
1 parent d253277 commit 095ddfa
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

# OpenCart 2.3

This repository contains the OpenCart PostFinance Checkout payment module that enables the shop to process payments with [PostFinance Checkout](https://www.postfinance.ch/checkout).
This repository contains the OpenCart PostFinance Checkout payment module that enables the shop to process payments with [PostFinance Checkout](https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html).

##### To use this extension, a [PostFinance Checkout](https://www.postfinance.ch/checkout) account is required.
##### To use this extension, a [PostFinance Checkout](https://checkout.postfinance.ch/en-ch/user/signup) account is required.

## Requirements

Expand All @@ -13,12 +13,12 @@ This repository contains the OpenCart PostFinance Checkout payment module that

## Documentation

* [English](https://plugin-documentation.postfinance-checkout.ch/pfpayments/opencart-2.3/1.0.43/docs/en/documentation.html)
* [English](https://plugin-documentation.postfinance-checkout.ch/pfpayments/opencart-2.3/1.0.45/docs/en/documentation.html)

## Support

Support queries can be issued on the [PostFinance Checkout support site](https://www.postfinance.ch/en/business/support/written-contact/contact-form.html).
Support queries can be issued on the [PostFinance Checkout support site](https://www.postfinance.ch/en/business/support.html).

## License

Please see the [license file](https://github.com/pfpayments/opencart-2.3/blob/1.0.43/LICENSE) for more information.
Please see the [license file](https://github.com/pfpayments/opencart-2.3/blob/1.0.45/LICENSE) for more information.
6 changes: 3 additions & 3 deletions docs/en/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h2>Documentation</h2> </div>
</a>
</li>
<li>
<a href="https://github.com/pfpayments/opencart-2.3/releases/tag/1.0.43/">
<a href="https://github.com/pfpayments/opencart-2.3/releases/tag/1.0.45/">
Source
</a>
</li>
Expand All @@ -49,7 +49,7 @@ <h1>
<div class="olist arabic">
<ol class="arabic">
<li>
<p><a href="https://github.com/pfpayments/opencart-2.3/releases/tag/1.0.43/">Download</a> the extension.</p>
<p><a href="https://github.com/pfpayments/opencart-2.3/releases/tag/1.0.45/">Download</a> the extension.</p>
</li>
<li>
<p>Extract the files and upload the content of the <code>Upload</code> directory into the root directory of your store using FTP/SSH.</p>
Expand Down Expand Up @@ -444,7 +444,7 @@ <h1>
</div>
<div class="chapter-body">
<div class="paragraph">
<p>If you need help, feel free to contact our <a href="https://www.postfinance.ch/en/business/support/written-contact/contact-form.html">support</a>.</p>
<p>If you need help, feel free to contact our <a href="https://www.postfinance.ch/en/business/support.html">support</a>.</p>
</div> </div>
</div> </div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// @formatter:off
$_['heading_title'] = 'PostFinance Checkout';
$_['heading_postfinancecheckout'] = 'PostFinance Checkout';
$_['text_postfinancecheckout'] = '<a target="_BLANK" href="https://www.postfinance.ch/checkout"><img src="view/image/extension/payment/postfinancecheckout.png" alt="PostFinance Checkout Webseite" title="PostFinance Checkout Webseite" style="border: 1px solid #EEEEEE;" /></a>';
$_['text_postfinancecheckout'] = '<a target="_BLANK" href="https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html"><img src="view/image/extension/payment/postfinancecheckout.png" alt="PostFinance Checkout Webseite" title="PostFinance Checkout Webseite" style="border: 1px solid #EEEEEE;" /></a>';
// PostFinanceCheckout Configurations (user id, application key, spaces)
$_['title_global_settings'] = "Globale Anmeldeinformationen";
$_['title_store_settings'] = "Einstellungen speichern";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// @formatter:off
$_['heading_title'] = 'PostFinance Checkout';
$_['heading_postfinancecheckout'] = 'PostFinance Checkout';
$_['text_postfinancecheckout'] = '<a target="_BLANK" href="https://www.postfinance.ch/checkout"><img src="view/image/extension/payment/postfinancecheckout.png" alt="PostFinance Checkout Website" title="PostFinance Checkout Website" style="border: 1px solid #EEEEEE;" /></a>';
$_['text_postfinancecheckout'] = '<a target="_BLANK" href="https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html"><img src="view/image/extension/payment/postfinancecheckout.png" alt="PostFinance Checkout Website" title="PostFinance Checkout Website" style="border: 1px solid #EEEEEE;" /></a>';
// PostFinanceCheckout Configurations (user id, application key, spaces)
$_['title_global_settings'] = "Global credentials";
$_['title_store_settings'] = "Store settings";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -271,14 +271,14 @@
<div class="form-group">
<label class="col-sm-2 control-label"><?php echo $entry_version; ?></label>
<div class="col-sm-10">
<p class="form-control-static">1.0.43</p>
<p class="form-control-static">1.0.45</p>
</div>
</div>

<div class="form-group">
<label class="col-sm-2 control-label"><?php echo $entry_date; ?></label>
<div class="col-sm-10">
<p class="form-control-static">2022/03/01 11:13:50</p>
<p class="form-control-static">2022/06/28 09:49:03</p>
</div>
</div>
</fieldset>
Expand Down

0 comments on commit 095ddfa

Please sign in to comment.