support bitpayx, notify is not work

This commit is contained in:
root
2019-12-27 01:50:26 +08:00
parent 9385add291
commit d197566922
3 changed files with 46 additions and 1 deletions

View File

@ -44,7 +44,10 @@ class ConfigController extends Controller
'stripe_pk_live' => config('v2board.stripe_pk_live'),
'stripe_alipay_enable' => (int)config('v2board.stripe_alipay_enable'),
'stripe_wepay_enable' => (int)config('v2board.stripe_wepay_enable'),
'stripe_webhook_key' => config('v2board.stripe_webhook_key')
'stripe_webhook_key' => config('v2board.stripe_webhook_key'),
// bitpayx
'bitpayx_enable' => config('v2board.bitpayx_enable'),
'bitpayx_appsecret' => config('v2board.bitpayx_appsecret')
],
'server' => [
'server_token' => config('v2board.server_token')