Merge pull request #8808 from Matt-Yorkley/login-modal

Remove all Angular code from Login/Signup process
This commit is contained in:
Filipe
2022-02-03 19:36:44 +00:00
committed by GitHub
54 changed files with 509 additions and 500 deletions

View File

@@ -58,7 +58,7 @@ class SplitCheckoutController < ::BaseController
return unless selected_payment_method&.external_gateway?
return unless (redirect_url = selected_payment_method.external_payment_url(order: @order))
render operations: cable_car.redirect_to(url: URI(redirect_url))
render operations: cable_car.redirect_to(url: redirect_url)
true
end