-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added confirmation page for MobilePay Checkout Added Resurs Bank and Vipps Added alternative state for capture Added support for Dankort 3D Updated logos (Maestro/Mastercard)
- Loading branch information
Showing
17 changed files
with
424 additions
and
96 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?php | ||
/** | ||
* NOTICE OF LICENSE | ||
* | ||
* @author Kjeld Borch Egevang | ||
* @copyright 2015 QuickPay | ||
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) | ||
* | ||
* $Date: 2016/11/12 20:35:49 $ | ||
* E-mail: helpdesk@quickpay.net | ||
*/ | ||
|
||
/** | ||
* @since 1.5.0 | ||
*/ | ||
class QuickPayMobilepayModuleFrontController extends ModuleFrontController | ||
{ | ||
public function postProcess() | ||
{ | ||
$quickpay = new QuickPay(); | ||
$quickpay->mobilePay(); | ||
} | ||
} |
Oops, something went wrong.