Sha256: 924e3633ee6d873e5cfde975d0f4c6f382b203cc760fa6a44e341ba8b6aeca2e
Contents?: true
Size: 317 Bytes
Versions: 19
Compression:
Stored size: 317 Bytes
Contents
Spree::Core::Engine.routes.draw do namespace :api, defaults: { format: 'json' } do post '/returnly/orders/:order_id/refund_estimate', to: 'returnly/refunds#estimate' post '/returnly/orders/:order_id/refund', to: 'returnly/refunds#create' get '/returnly/version', to: 'returnly/version#index' end end
Version data entries
19 entries across 19 versions & 2 rubygems