Class: Workarea::Storefront::Globale::RefundController

Inherits:
Storefront::ApplicationController
  • Object
show all
Defined in:
app/controllers/workarea/storefront/globale/refund_controller.rb

Instance Method Summary collapse

Instance Method Details

#receive_order_refundObject



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