Browse Source

fix: stripe notify

tokumeikoi 3 years ago
parent
commit
b92b38a635
3 changed files with 3 additions and 0 deletions
  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)