mirror of
https://github.com/v2board/v2board.git
synced 2025-02-10 23:49:12 +08:00
fix: stripe notify
This commit is contained in:
parent
ddab443d75
commit
b92b38a635
@ -102,6 +102,7 @@ class StripeAlipay {
|
||||
default:
|
||||
abort(500, 'event is not support');
|
||||
}
|
||||
die('success');
|
||||
}
|
||||
|
||||
private function exchange($from, $to)
|
||||
|
@ -109,6 +109,7 @@ class StripeCredit {
|
||||
default:
|
||||
abort(500, 'event is not support');
|
||||
}
|
||||
die('success');
|
||||
}
|
||||
|
||||
private function exchange($from, $to)
|
||||
|
@ -102,6 +102,7 @@ class StripeWepay {
|
||||
default:
|
||||
abort(500, 'event is not support');
|
||||
}
|
||||
die('success');
|
||||
}
|
||||
|
||||
private function exchange($from, $to)
|
||||
|
Loading…
Reference in New Issue
Block a user