Fix hardcoded host
This commit is contained in:
@@ -141,5 +141,5 @@ get '/pikpay/confirmation' do
|
||||
report_to_trello(cart)
|
||||
send_order_email(cart)
|
||||
|
||||
redirect "http://localhost:3001/hvala"
|
||||
redirect "#{RibicaConfig.ROOT_ADDRESS}/hvala"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user