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

@ -32,6 +32,9 @@ class ConfigSave extends FormRequest
'stripe_alipay_enable',
'stripe_wepay_enable',
'stripe_webhook_key',
// bitpayx,
'bitpayx_enable',
'bitpayx_appsecret',
// tutorial
'apple_id',
'apple_id_password'
@ -65,6 +68,8 @@ class ConfigSave extends FormRequest
// stripe
'stripe_alipay_enable' => 'in:0,1',
'stripe_wepay_enable' => 'in:0,1',
// bitpayx
'bitpayx_enable' => 'in:0,1',
// tutorial
'apple_id' => 'email'
];