Method: PayPal::SDK::Core::API::IPN::Message#default_ipn_endpoint

Defined in:
lib/paypal-sdk/core/api/ipn.rb

#default_ipn_endpointObject

Default IPN end point



31
32
33
34
# File 'lib/paypal-sdk/core/api/ipn.rb', line 31

def default_ipn_endpoint
  endpoint = END_POINTS[(config.mode || :sandbox).to_sym] rescue nil
  endpoint || END_POINTS[:sandbox]
end