Sindbad~EG File Manager
<?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';
}
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists