mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Add square webhook tests
This commit is contained in:
parent
cb539d5caa
commit
5334a9ab87
@ -362,8 +362,9 @@ class SquarePaymentDriver extends BaseDriver
|
||||
|
||||
public function processWebhookRequest(PaymentWebhookRequest $request)
|
||||
{
|
||||
nlog("square webhook {$request->all()}");
|
||||
|
||||
nlog("square webhook");
|
||||
nlog($request->all());
|
||||
|
||||
$signature_key = $this->company_gateway->getConfigField('signatureKey');
|
||||
$notification_url = $this->company_gateway->webhookUrl();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user