abstract public function PayPalBasic::getWebhookId in PayPal for Payment 8
Same name and namespace in other branches
- 2.0.x src/Plugin/Payment/Method/PayPalBasic.php \Drupal\paypal_payment\Plugin\Payment\Method\PayPalBasic::getWebhookId()
Return value
string
2 methods override PayPalBasic::getWebhookId()
- PayPalExpress::getWebhookId in src/
Plugin/ Payment/ Method/ PayPalExpress.php - PayPalStandard::getWebhookId in src/
Plugin/ Payment/ Method/ PayPalStandard.php
File
- src/
Plugin/ Payment/ Method/ PayPalBasic.php, line 44
Class
- PayPalBasic
- Abstract class for PayPal payment methods.
Namespace
Drupal\paypal_payment\Plugin\Payment\MethodCode
public abstract function getWebhookId() : string;