Method: PayPal::SDK::Core::API::Merchant#service_endpoint
- Defined in:
- lib/paypal-sdk/core/api/merchant.rb
#service_endpoint ⇒ Object
Get services end point
54 55 56 |
# File 'lib/paypal-sdk/core/api/merchant.rb', line 54 def service_endpoint config.merchant_endpoint || config.endpoint || DEFAULT_END_POINTS[api_mode][base_credential_type] end |