From 84eb657f90c6636fb525f2bd16d5e00f20c87491 Mon Sep 17 00:00:00 2001 From: phyusin Date: Tue, 5 Jun 2018 17:05:25 +0630 Subject: [PATCH] change route for junction pay --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 8c6a5e0c..f2196b77 100755 --- a/config/routes.rb +++ b/config/routes.rb @@ -197,7 +197,7 @@ scope "(:locale)", locale: /en|mm/ do post 'payment/voucher' => 'voucher_payments#create' post 'payment/paymal' => 'paymal#create' post 'payment/alipay' => 'alipay#create' - post 'payment/junctionpay' => 'junctionpay#create' + post 'payment/junctionpay' => 'junction_pay#create' post 'payment/dinga' => 'dinga#create' post 'payment/gift_voucher' => 'gift_voucher#create'