You are here

public function ExpressCheckoutInterface::getRedirectUrl in Commerce PayPal 8

Gets the redirect URL.

Return value

string The redirect URL.

1 method overrides ExpressCheckoutInterface::getRedirectUrl()
ExpressCheckout::getRedirectUrl in src/Plugin/Commerce/PaymentGateway/ExpressCheckout.php
Gets the redirect URL.

File

src/Plugin/Commerce/PaymentGateway/ExpressCheckoutInterface.php, line 29

Class

ExpressCheckoutInterface
Provides the interface for the Express Checkout payment gateway.

Namespace

Drupal\commerce_paypal\Plugin\Commerce\PaymentGateway

Code

public function getRedirectUrl();