root 5 years ago
parent
commit
dc52c3191c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Http/Requests/Admin/ConfigSave.php

+ 1 - 0
app/Http/Requests/Admin/ConfigSave.php

@@ -33,6 +33,7 @@ class ConfigSave extends FormRequest
         'stripe_wepay_enable' => 'in:0,1',
         // bitpayx
         'bitpayx_enable' => 'in:0,1',
+        'bitpayx_appsecret' => '',
         // tutorial
         'apple_id' => 'email',
         'apple_id_password' => ''