%PDF- %PDF-
Direktori : /home/graphicd/www/vebto/common/Billing/Gateways/Paypal/ |
Current File : /home/graphicd/www/vebto/common/Billing/Gateways/Paypal/PaypalVerifyWebhookRequest.php |
<?php namespace Common\Billing\Gateways\Paypal; use Omnipay\PayPal\Message\AbstractRestRequest; class PaypalVerifyWebhookRequest extends AbstractRestRequest { /** * Get the raw data array for this message. The format of this varies from gateway to * gateway, but will usually be either an associative array, or a SimpleXMLElement. * * @return mixed */ public function getData() { return []; } public function getEndpoint() { return parent::getEndpoint() . '/notifications/verify-webhook-signature'; } }