-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b7510c6
commit 6107a29
Showing
43 changed files
with
1,856 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?php | ||
/** | ||
* PostFinance Checkout Prestashop | ||
* | ||
* This Prestashop module enables to process payments with PostFinance Checkout (https://www.postfinance.ch). | ||
* | ||
* @author customweb GmbH (http://www.customweb.com/) | ||
* @copyright 2017 - 2018 customweb GmbH | ||
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License (ASL 2.0) | ||
*/ | ||
|
||
|
||
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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
/** | ||
* PostFinance Checkout Prestashop | ||
* | ||
* This Prestashop module enables to process payments with PostFinance Checkout (https://www.postfinance.ch). | ||
* | ||
* @author customweb GmbH (http://www.customweb.com/) | ||
* @copyright 2017 - 2018 customweb GmbH | ||
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License (ASL 2.0) | ||
*/ | ||
#postfinancecheckout_manual_notif_wrapper div{ | ||
margin-left: 20px; | ||
margin-right: 20px; | ||
} | ||
|
||
.postfinancecheckout-component > ul { | ||
padding: 0; | ||
margin: 0; | ||
} | ||
.postfinancecheckout-component, .postfinancecheckout-component > ul, .postfinancecheckout-component > ul > li { | ||
display: flex !important; | ||
align-items: stretch; | ||
} | ||
|
||
.postfinancecheckout-component > ul > li > a { | ||
display: flex; | ||
align-items: center; | ||
} | ||
|
||
.postfinancecheckout-icon-bullhorn-svg { | ||
display: none; | ||
} | ||
|
||
.postfinancecheckout-component .postfinancecheckout-icon-bullhorn-svg { | ||
display: block; | ||
width: 18px; | ||
height: 18px; | ||
} | ||
|
||
.postfinancecheckout-component #postfinancecheckout_manual_notif .postfinancecheckout_manual_notif::after { | ||
display: none; | ||
} | ||
|
||
.postfinancecheckout-component #postfinancecheckout_manual_notif_number_wrapper{ | ||
display:none; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?php | ||
/** | ||
* PostFinance Checkout Prestashop | ||
* | ||
* This Prestashop module enables to process payments with PostFinance Checkout (https://www.postfinance.ch). | ||
* | ||
* @author customweb GmbH (http://www.customweb.com/) | ||
* @copyright 2017 - 2018 customweb GmbH | ||
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Software License (ASL 2.0) | ||
*/ | ||
|
||
|
||
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; |
Oops, something went wrong.