fix: stripe notify

This commit is contained in:
tokumeikoi 2021-05-15 02:59:46 +09:00
parent ddab443d75
commit b92b38a635
3 changed files with 3 additions and 0 deletions

View File

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

View File

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

View File

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