Method: PaymentRecipes::PayPal::SOAP::Action::ExecuteExpressCheckout#prepare_soap_api

Defined in:
lib/payment_recipes/paypal/soap/action/execute_express_checkout_payment.rb

#prepare_soap_apiObject



71
72
73
74
75
# File 'lib/payment_recipes/paypal/soap/action/execute_express_checkout_payment.rb', line 71

def prepare_soap_api
  store(:api) do
    ::PaymentRecipes::PayPal::SOAP::Settings.api
  end
end