Skip to content

Commit

Permalink
Updated versionnumber
Browse files Browse the repository at this point in the history
  • Loading branch information
woutse committed Feb 24, 2021
1 parent f3e474b commit aa0ba3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/addons/paynl_addon/addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<addon scheme="2.0">
<id>paynl_addon</id>
<name>PAY.</name>
<description>Pay.nl Gateway addon</description>
<description>PAY. Gateway addon</description>
<version>1.1.3</version>
<priority>1000</priority>
<settings layout="separate">
Expand All @@ -21,7 +21,7 @@
<item id="token_api">
<name>token </name>
<type>input</type>
<tooltip>The api token used to communicate with the Pay.nl API, you can find your token https://admin.pay.nl/my_merchant</tooltip>
<tooltip>The api token used to communicate with the PAY. API, you can find your token https://admin.pay.nl/my_merchant</tooltip>
</item>
</items>
</section>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{assign var="credential" value=''|fn_getCredential }
<h3>Pay.nl </h3>
<h3>PAY.</h3>
<p/>
<script type="text/javascript">
function getPaymentProfiles(){
Expand Down

0 comments on commit aa0ba3f

Please sign in to comment.