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