Class: Workarea::Storefront::Globale::RefundController
- Inherits:
-
Storefront::ApplicationController
- Object
- Storefront::ApplicationController
- Workarea::Storefront::Globale::RefundController
- Defined in:
- app/controllers/workarea/storefront/globale/refund_controller.rb
Instance Method Summary collapse
Instance Method Details
#receive_order_refund ⇒ Object
10 11 12 13 |
# File 'app/controllers/workarea/storefront/globale/refund_controller.rb', line 10 def receive_order_refund @response = GlobalE::Api::NotifyOrderRefunded.new(@order, @order_refund).response render json: @response.to_json end |