Sfoglia il codice sorgente

fix: stripe notify

tokumeikoi 3 anni fa
parent
commit
b92b38a635

+ 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)