浏览代码

fix: stripe notify

tokumeikoi 3 年之前
父节点
当前提交
b92b38a635
共有 3 个文件被更改,包括 3 次插入0 次删除
  1. 1 0
      app/Payments/StripeAlipay.php
  2. 1 0
      app/Payments/StripeCredit.php
  3. 1 0
      app/Payments/StripeWepay.php

+ 1 - 0
app/Payments/StripeAlipay.php

@@ -102,6 +102,7 @@ class StripeAlipay {
             default:
                 abort(500, 'event is not support');
         }
+        die('success');
     }
 
     private function exchange($from, $to)

+ 1 - 0
app/Payments/StripeCredit.php

@@ -109,6 +109,7 @@ class StripeCredit {
             default:
                 abort(500, 'event is not support');
         }
+        die('success');
     }
 
     private function exchange($from, $to)

+ 1 - 0
app/Payments/StripeWepay.php

@@ -102,6 +102,7 @@ class StripeWepay {
             default:
                 abort(500, 'event is not support');
         }
+        die('success');
     }
 
     private function exchange($from, $to)