PayPal\Test\Api\VerifyWebhookSignatureTest::getJson PHP Method

getJson() public static method

Gets Json String of Object VerifyWebhookSignature
public static getJson ( ) : string
return string
    public static function getJson()
    {
        return '{"auth_algo":"TestSample","cert_url":"http://www.google.com","transmission_id":"TestSample","transmission_sig":"TestSample","transmission_time":"TestSample","webhook_id":"TestSample","webhook_event":' . WebhookEventTest::getJson() . '}';
    }