作者 lyh

gx同步项目设置服务器

... ... @@ -187,7 +187,7 @@ class PayStripeApi
default:
throw new \Exception('Unhandled event type: ' . $eventType);
}
return 1;
return $event;
} catch (Exception $e) {
throw new \Exception('Webhook Error: ' . $e->getMessage());
}
... ...