Payment confirmation changing from get to post
This commit is contained in:
@@ -102,7 +102,7 @@ post '/cart/confirmation' do
|
|||||||
"OK".to_json
|
"OK".to_json
|
||||||
end
|
end
|
||||||
|
|
||||||
get '/payment/confirmation' do
|
post '/payment/confirmation' do
|
||||||
data = param[:custom]
|
data = param[:custom]
|
||||||
anonymus = data[:anonymous_id_string]
|
anonymus = data[:anonymous_id_string]
|
||||||
user = data[:user_id]
|
user = data[:user_id]
|
||||||
|
|||||||
Reference in New Issue
Block a user