@@ -24,7 +24,7 @@ discard block |
||
24 | 24 | WebhookNotification::LOCAL_PAYMENT_COMPLETED => |
25 | 25 | $this->processLocalPaymentMethodWebhook($webhookNotification), |
26 | 26 | WebhookNotification::PAYMENT_METHOD_REVOKED_BY_CUSTOMER => |
27 | - $this->processPaymentMethodRevokedByCustomer($webhookNotification),default => |
|
27 | + $this->processPaymentMethodRevokedByCustomer($webhookNotification), default => |
|
28 | 28 | $this->processOthers($webhookNotification) |
29 | 29 | }; |
30 | 30 | } |
@@ -36,7 +36,7 @@ discard block |
||
36 | 36 | public function generateTestNotification(string $type): array |
37 | 37 | { |
38 | 38 | return $this->gateway->webhookTesting()->sampleNotification( |
39 | - constant(WebhookNotification::class .'::'. $type), |
|
39 | + constant(WebhookNotification::class . '::' . $type), |
|
40 | 40 | sha1(time()) |
41 | 41 | ); |
42 | 42 | } |