do add union code and fixes bug to weixin pay
Showing
2 changed files
with
1 additions
and
4 deletions
@@ -803,7 +803,7 @@ class HomeController extends AbstractAction | @@ -803,7 +803,7 @@ class HomeController extends AbstractAction | ||
803 | ), | 803 | ), |
804 | 1 => array( | 804 | 1 => array( |
805 | 'appIcon' => '', | 805 | 'appIcon' => '', |
806 | - 'payLink' => '', | 806 | + 'payLink' => Helpers::url('/shopping/pay/wechatwapdialog', array('order_code' => $orderCode)), |
807 | 'appId' => 'weixin', | 807 | 'appId' => 'weixin', |
808 | 'app' => '微信支付', | 808 | 'app' => '微信支付', |
809 | 'hint' => '推荐使用', | 809 | 'hint' => '推荐使用', |
-
Please register or login to post a comment