public function ExpressCheckoutInterface::getApiUrl in Commerce PayPal 8
Gets the API URL.
Return value
string The API URL.
1 method overrides ExpressCheckoutInterface::getApiUrl()
- ExpressCheckout::getApiUrl in src/
Plugin/ Commerce/ PaymentGateway/ ExpressCheckout.php - Gets the API URL.
File
- src/
Plugin/ Commerce/ PaymentGateway/ ExpressCheckoutInterface.php, line 21
Class
- ExpressCheckoutInterface
- Provides the interface for the Express Checkout payment gateway.
Namespace
Drupal\commerce_paypal\Plugin\Commerce\PaymentGatewayCode
public function getApiUrl();