Skip to content

Commit

Permalink
Version 4.0.46
Browse files Browse the repository at this point in the history
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
Gitdyr committed Jun 23, 2019
1 parent 92b3b85 commit 6349694
Show file tree
Hide file tree
Showing 17 changed files with 424 additions and 96 deletions.
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,3 +170,10 @@ Version 4.0.45
2019-01-07 2019-01-14
Fixed phone number for MobilePay Checkout.
MobilePay Checkout option was not always properly disabled.
Version 4.0.46
2019-01-14 2019-06-23
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)
23 changes: 23 additions & 0 deletions controllers/front/mobilepay.php
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();
}
}
Loading

0 comments on commit 6349694

Please sign in to comment.