Skip to content

Commit

Permalink
Release 1.0.51
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorspringwallee committed Oct 7, 2022
1 parent 48a11cb commit 271048e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 18 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1/1.0.50/docs/en/documentation.html)
* [English](https://plugin-documentation.postfinance-checkout.ch/pfpayments/opencart-2.1/1.0.51/docs/en/documentation.html)

## Support

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.1/blob/1.0.50/LICENSE) for more information.
Please see the [license file](https://github.com/pfpayments/opencart-2.1/blob/1.0.51/LICENSE) for more information.
17 changes: 3 additions & 14 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.1/releases/tag/1.0.50/">
<a href="https://github.com/pfpayments/opencart-2.1/releases/tag/1.0.51/">
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.1/releases/tag/1.0.50/">Download</a> the extension.</p>
<p><a href="https://github.com/pfpayments/opencart-2.1/releases/tag/1.0.51/">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 All @@ -71,7 +71,7 @@ <h1>
<div class="olist arabic">
<ol class="arabic">
<li>
<p>Navigate to Extensions &#8594; Payment &#8594; PostFinance Checkout in your OpenCart backend and enter the PostFinance Checkout Space ID, User ID and Authentification Key that you can create in the <a href="https://checkout.postfinance.ch/space/select?target=/space/assistant" target="_blank">setup assistant</a>. Alternatively, you can manually create an <a href="https://checkout.postfinance.ch/en-us/doc/permission-concept#_create_application_users" target="_blank">application user</a>.</p>
<p>Navigate to Extensions &#8594; Payment &#8594; PostFinance Checkout in your OpenCart backend and enter the PostFinance Checkout Space ID, User ID and Authentification Key that you can create an <a href="https://checkout.postfinance.ch/en-us/doc/permission-concept#_create_application_users" target="_blank">application user</a>.</p>
<div class="imageblock">
<div class="content">
<img src="resource/settings.png" alt="settings"/>
Expand Down Expand Up @@ -110,17 +110,6 @@ <h1>
<p>Payment method configuration is done in PostFinance Checkout. The PostFinance Checkout payment method configurations are synchronized automatically into the OpenCart store.</p>
</div><div class="paragraph">
<p>The payment methods will not appear in the payment overview of your OpenCart backend.</p>
</div><div class="admonitionblock note">
<table>
<tr>
<td class="icon">
<div class="title">Note</div>
</td>
<td class="content">
Additional payment methods are directly added in PostFinance Checkout. This can be done in the <a href="https://checkout.postfinance.ch/space/select?target=/space/assistant/payment" target="_blank">setup assistant</a>. Changes are synchronized automatically.
</td>
</tr>
</table>
</div> <div class="section" id="_customization">
<div class="section-title">
<h2>
Expand Down
4 changes: 2 additions & 2 deletions upload/admin/view/template/payment/postfinancecheckout.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -257,14 +257,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.50</p>
<p class="form-control-static">1.0.51</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/09/01 12:37:15</p>
<p class="form-control-static">2022/10/07 10:58:51</p>
</div>
</div>
</fieldset>
Expand Down

0 comments on commit 271048e

Please sign in to comment.