public function PayPalStandard::getWebhookUrl in PayPal for Payment 2.0.x
Same name and namespace in other branches
- 8 src/Plugin/Payment/Method/PayPalStandard.php \Drupal\paypal_payment\Plugin\Payment\Method\PayPalStandard::getWebhookUrl()
Return value
string
Overrides PayPalBasic::getWebhookUrl
File
- src/
Plugin/ Payment/ Method/ PayPalStandard.php, line 22
Class
- PayPalStandard
- PayPal Standard payment method.
Namespace
Drupal\paypal_payment\Plugin\Payment\MethodCode
public function getWebhookUrl() : string {
// TODO: Implement getWebhookUrl() method.
return '';
}