abstract public function PayPalBasic::getWebhookUrl in PayPal for Payment 2.0.x
Same name and namespace in other branches
- 8 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
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\MethodCode
public abstract function getWebhookUrl() : string;