Skip to content
This repository was archived by the owner on Jan 25, 2024. It is now read-only.

Commit 2859b33

Browse files
Release 1.0.51
1 parent 8f63c9d commit 2859b33

File tree

3 files changed

+7
-18
lines changed

3 files changed

+7
-18
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ This repository contains the OpenCart wallee payment module that enables the sh
1313

1414
## Documentation
1515

16-
* [English](https://plugin-documentation.wallee.com/wallee-payment/opencart-2.0/1.0.50/docs/en/documentation.html)
16+
* [English](https://plugin-documentation.wallee.com/wallee-payment/opencart-2.0/1.0.51/docs/en/documentation.html)
1717

1818
## Support
1919

2020
Support queries can be issued on the [wallee support site](https://app-wallee.com/space/select?target=/support).
2121

2222
## License
2323

24-
Please see the [license file](https://github.com/wallee-payment/opencart-2.0/blob/1.0.50/LICENSE) for more information.
24+
Please see the [license file](https://github.com/wallee-payment/opencart-2.0/blob/1.0.51/LICENSE) for more information.

docs/en/documentation.html

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h2>Documentation</h2> </div>
2222
</a>
2323
</li>
2424
<li>
25-
<a href="https://github.com/wallee-payment/opencart-2.0/releases/tag/1.0.50/">
25+
<a href="https://github.com/wallee-payment/opencart-2.0/releases/tag/1.0.51/">
2626
Source
2727
</a>
2828
</li>
@@ -49,7 +49,7 @@ <h1>
4949
<div class="olist arabic">
5050
<ol class="arabic">
5151
<li>
52-
<p><a href="https://github.com/wallee-payment/opencart-2.0/releases/tag/1.0.50/">Download</a> the extension.</p>
52+
<p><a href="https://github.com/wallee-payment/opencart-2.0/releases/tag/1.0.51/">Download</a> the extension.</p>
5353
</li>
5454
<li>
5555
<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>
@@ -71,7 +71,7 @@ <h1>
7171
<div class="olist arabic">
7272
<ol class="arabic">
7373
<li>
74-
<p>Navigate to Extensions &#8594; Payment &#8594; wallee in your OpenCart backend and enter the wallee Space ID, User ID and Authentification Key that you can create in the <a href="https://app-wallee.com/space/select?target=/space/assistant" target="_blank">setup assistant</a>. Alternatively, you can manually create an <a href="https://app-wallee.com/en-us/doc/permission-concept#_create_application_users" target="_blank">application user</a>.</p>
74+
<p>Navigate to Extensions &#8594; Payment &#8594; wallee in your OpenCart backend and enter the wallee Space ID, User ID and Authentification Key that you can create an <a href="https://app-wallee.com/en-us/doc/permission-concept#_create_application_users" target="_blank">application user</a>.</p>
7575
<div class="imageblock">
7676
<div class="content">
7777
<img src="resource/settings.png" alt="settings"/>
@@ -113,17 +113,6 @@ <h1>
113113
<p>Payment method configuration is done in wallee. The wallee payment method configurations are synchronized automatically into the OpenCart store.</p>
114114
</div><div class="paragraph">
115115
<p>The payment methods will not appear in the payment overview of your OpenCart backend.</p>
116-
</div><div class="admonitionblock note">
117-
<table>
118-
<tr>
119-
<td class="icon">
120-
<div class="title">Note</div>
121-
</td>
122-
<td class="content">
123-
Additional payment methods are directly added in wallee. This can be done in the <a href="https://app-wallee.com/space/select?target=/space/assistant/payment" target="_blank">setup assistant</a>. Changes are synchronized automatically.
124-
</td>
125-
</tr>
126-
</table>
127116
</div> <div class="section" id="_customization">
128117
<div class="section-title">
129118
<h2>

upload/admin/view/template/payment/wallee.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,14 +257,14 @@
257257
<div class="form-group">
258258
<label class="col-sm-2 control-label"><?php echo $entry_version; ?></label>
259259
<div class="col-sm-10">
260-
<p class="form-control-static">1.0.50</p>
260+
<p class="form-control-static">1.0.51</p>
261261
</div>
262262
</div>
263263

264264
<div class="form-group">
265265
<label class="col-sm-2 control-label"><?php echo $entry_date; ?></label>
266266
<div class="col-sm-10">
267-
<p class="form-control-static">2022/09/01 12:36:53</p>
267+
<p class="form-control-static">2022/10/07 10:58:21</p>
268268
</div>
269269
</div>
270270
</fieldset>

0 commit comments

Comments
 (0)