Class: Spree::Wing::TransactionsController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/spree/wing/transactions_controller.rb

Instance Method Summary collapse

Methods inherited from BaseController

#not_found, #wing_http_authenticate!

Instance Method Details

#showObject



5
6
7
8
9
10
# File 'app/controllers/spree/wing/transactions_controller.rb', line 5

def show
  @transaction_status_response = Vpago::WingSdk::TransactionStatusResponse.new(@payment_source)
  @transaction_status_response.call

  render_result
end