Payment confirmation changing from get to post

This commit is contained in:
adam.harbas@a-net.ba
2016-01-07 10:51:43 +01:00
parent ea1c760e85
commit 41fc327874

View File

@@ -102,7 +102,7 @@ post '/cart/confirmation' do
"OK".to_json
end
get '/payment/confirmation' do
post '/payment/confirmation' do
data = param[:custom]
anonymus = data[:anonymous_id_string]
user = data[:user_id]