Payment confirmation changing from get to post
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user