Add square webhook tests

This commit is contained in:
David Bomba 2023-08-20 21:29:39 +10:00
parent 790f5545b8
commit cb539d5caa

View File

@ -362,6 +362,7 @@ class SquarePaymentDriver extends BaseDriver
public function processWebhookRequest(PaymentWebhookRequest $request)
{
nlog("square webhook {$request->all()}");
$signature_key = $this->company_gateway->getConfigField('signatureKey');
$notification_url = $this->company_gateway->webhookUrl();