Cart configuration action removed
This commit is contained in:
@@ -101,12 +101,3 @@ post '/cart/confirmation' do
|
|||||||
send_order_email(cart)
|
send_order_email(cart)
|
||||||
"OK".to_json
|
"OK".to_json
|
||||||
end
|
end
|
||||||
|
|
||||||
get '/cart/configuration' do
|
|
||||||
configuration = {}
|
|
||||||
|
|
||||||
configuration['bam_to_euro_rate'] = Helper::get_bam_to_euro_conversion_rate
|
|
||||||
configuration['root_address'] = RibicaConfig::ROOT_ADDRESS
|
|
||||||
|
|
||||||
configuration.to_json
|
|
||||||
end
|
|
||||||
|
|||||||
Reference in New Issue
Block a user