Skip to content

Commit

Permalink
Merge pull request #29 from payrexx/task/PP-12178
Browse files Browse the repository at this point in the history
task/PP-12178: Replace PostFinance Methods with PostFInance Pay in Prestashop
  • Loading branch information
vinothss4u authored Jul 16, 2024
2 parents 63add7c + 0c10ce5 commit dcc08df
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion payrexx/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>payrexx</name>
<displayName><![CDATA[Payrexx]]></displayName>
<version><![CDATA[1.4.9]]></version>
<version><![CDATA[1.5.0]]></version>
<description><![CDATA[Accept payments using Payrexx Payment gateway]]></description>
<author><![CDATA[Payrexx]]></author>
<tab><![CDATA[payments_gateways]]></tab>
Expand Down
17 changes: 17 additions & 0 deletions payrexx/translations/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?php
/**
* Payrexx Payment Gateway.
*
* @author Payrexx <integration@payrexx.com>
* @copyright 2024 Payrexx
* @license MIT License
*/
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT');

header('Cache-Control: no-store, no-cache, must-revalidate');
header('Cache-Control: post-check=0, pre-check=0', false);
header('Pragma: no-cache');

header('Location: ../');
exit;

0 comments on commit dcc08df

Please sign in to comment.