You are here

public function PayPalStandard::getWebhookId in PayPal for Payment 8

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

Return value

string

Overrides PayPalBasic::getWebhookId

File

src/Plugin/Payment/Method/PayPalStandard.php, line 30

Class

PayPalStandard
PayPal Standard payment method.

Namespace

Drupal\paypal_payment\Plugin\Payment\Method

Code

public function getWebhookId() : string {

  // TODO: Implement getWebhookId() method.
  return '';
}