update discount with junctionpay

This commit is contained in:
Aung Myo
2018-05-17 10:40:29 +06:30
parent e5ea6a90e8
commit 942380afff
2 changed files with 7 additions and 6 deletions

View File

@@ -20,11 +20,11 @@ class ActionController::Base
end
else
#check for license file
if check_license
current_license(ENV["SX_PROVISION_URL"])
else
redirect_to activate_path
end
# if check_license
# current_license(ENV["SX_PROVISION_URL"])
# else
# redirect_to activate_path
# end
end
end