You are here

abstract public function PayPalBasic::getWebhookUrl in PayPal for Payment 8

Same name and namespace in other branches
  1. 2.0.x src/Plugin/Payment/Method/PayPalBasic.php \Drupal\paypal_payment\Plugin\Payment\Method\PayPalBasic::getWebhookUrl()

Return value

string

1 call to PayPalBasic::getWebhookUrl()
PayPalBasic::doExecutePayment in src/Plugin/Payment/Method/PayPalBasic.php
Performs the actual payment execution.
2 methods override PayPalBasic::getWebhookUrl()
PayPalExpress::getWebhookUrl in src/Plugin/Payment/Method/PayPalExpress.php
PayPalStandard::getWebhookUrl in src/Plugin/Payment/Method/PayPalStandard.php

File

src/Plugin/Payment/Method/PayPalBasic.php, line 39

Class

PayPalBasic
Abstract class for PayPal payment methods.

Namespace

Drupal\paypal_payment\Plugin\Payment\Method

Code

public abstract function getWebhookUrl() : string;