作者 lyh

gx同步项目设置服务器

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