-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #175 from Invertus/wait-tpl-16
wait template for ps16
- Loading branch information
Showing
2 changed files
with
38 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{** | ||
*NOTICE OF LICENSE | ||
* | ||
*This source file is subject to the Open Software License (OSL 3.0) | ||
*that is bundled with this package in the file LICENSE.txt. | ||
*It is also available through the world-wide-web at this URL: | ||
*http://opensource.org/licenses/osl-3.0.php | ||
*If you did not receive a copy of the license and are unable to | ||
*obtain it through the world-wide-web, please send an email | ||
*to license@prestashop.com so we can send you a copy immediately. | ||
* | ||
*DISCLAIMER | ||
* | ||
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer | ||
*versions in the future. If you wish to customize PrestaShop for your | ||
*needs please refer to http://www.prestashop.com for more information. | ||
* | ||
*@author INVERTUS UAB www.invertus.eu <support@invertus.eu> | ||
*@copyright SIX Payment Services | ||
*@license SIX Payment Services | ||
*} | ||
{block name='header'} | ||
{/block} | ||
{block name='head'} | ||
{/block} | ||
|
||
{block name='content'} | ||
{include file="./saferpay_wait.tpl"} | ||
{/block} | ||
|
||
{block name='footer'} | ||
{/block} |