Skip to content

Commit

Permalink
Release 1.2.32
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorspringwallee committed Oct 7, 2022
1 parent d9e727c commit 79c14ee
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ This repository contains the PrestaShop wallee payment module that enables the s

## Documentation

* [English](https://plugin-documentation.wallee.com/wallee-payment/prestashop-1.6/1.2.31/docs/en/documentation.html)
* [English](https://plugin-documentation.wallee.com/wallee-payment/prestashop-1.6/1.2.32/docs/en/documentation.html)

## Support

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

## License

Please see the [license file](https://github.com/wallee-payment/prestashop-1.6/blob/1.2.31/LICENSE) for more information.
Please see the [license file](https://github.com/wallee-payment/prestashop-1.6/blob/1.2.32/LICENSE) for more information.

## Other PrestaShop Versions

Expand Down
8 changes: 3 additions & 5 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/wallee-payment/prestashop-1.6/releases/tag/1.2.31/">
<a href="https://github.com/wallee-payment/prestashop-1.6/releases/tag/1.2.32/">
Source
</a>
</li>
Expand Down Expand Up @@ -54,7 +54,7 @@ <h1>
<div class="olist arabic">
<ol class="arabic">
<li>
<p><a href="https://github.com/wallee-payment/prestashop-1.6/releases/tag/1.2.31/">Download</a> the module.</p>
<p><a href="https://github.com/wallee-payment/prestashop-1.6/releases/tag/1.2.32/">Download</a> the module.</p>
</li>
<li>
<p>Login to the backend of your PrestsShop store.</p>
Expand Down Expand Up @@ -83,7 +83,7 @@ <h1>
<div class="olist arabic">
<ol class="arabic">
<li>
<p>Navigate to Modules and Services &gt; wallee module &gt; configure in your PrestaShop backend and enter the wallee User ID, Space ID and the Application 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>
<p>Navigate to Modules and Services &gt; wallee module &gt; configure in your PrestaShop backend and enter the wallee User ID, Space ID and the Application 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>
<div class="imageblock">
<div class="content">
<img src="resource/settings.png" alt="Settings"/>
Expand Down Expand Up @@ -132,8 +132,6 @@ <h2>
<div class="content">
<img src="resource/method.png" alt="Method Settings"/>
</div>
</div><div class="paragraph">
<p>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.</p>
</div> </div>
</div> <div class="section" id="_customization">
<div class="section-title">
Expand Down
2 changes: 1 addition & 1 deletion views/templates/admin/admin_help_buttons.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
<div class="alert alert-info">
<img src="../modules/wallee/logo.png" style="float:left; margin-right:15px;" height="50">
<p><strong>{l s='This module requires an %s account.' sprintf='wallee' mod='wallee'}</strong></p>
<p><a class="btn btn-default" href="https://app-wallee.com/user/signup" target="_blank">{l s='Sign Up' mod='wallee'}</a> <a class="btn btn-default" href="https://plugin-documentation.wallee.com/wallee-payment/prestashop-1.6/1.2.31/docs/en/documentation.html" target="_blank">{l s='Documentation' mod='wallee'}</a></p>
<p><a class="btn btn-default" href="https://app-wallee.com/user/signup" target="_blank">{l s='Sign Up' mod='wallee'}</a> <a class="btn btn-default" href="https://plugin-documentation.wallee.com/wallee-payment/prestashop-1.6/1.2.32/docs/en/documentation.html" target="_blank">{l s='Documentation' mod='wallee'}</a></p>
</div>
2 changes: 1 addition & 1 deletion wallee.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function __construct()
$this->author = 'Customweb GmbH';
$this->bootstrap = true;
$this->need_instance = 0;
$this->version = '1.2.31';
$this->version = '1.2.32';
$this->displayName = 'wallee';
$this->description = $this->l('This PrestaShop module enables to process payments with %s.');
$this->description = sprintf($this->description, 'wallee');
Expand Down

0 comments on commit 79c14ee

Please sign in to comment.