fixed stripe
This commit is contained in:
parent
0c3185691a
commit
4f88ce7570
|
|
@ -15,6 +15,7 @@ return [
|
||||||
'label' => '公钥',
|
'label' => '公钥',
|
||||||
'type' => 'string',
|
'type' => 'string',
|
||||||
'required' => true,
|
'required' => true,
|
||||||
|
'rules' => 'required|size:32',
|
||||||
'description' => '公钥(Publishable key)',
|
'description' => '公钥(Publishable key)',
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
|
@ -22,6 +23,7 @@ return [
|
||||||
'label' => '密钥',
|
'label' => '密钥',
|
||||||
'type' => 'string',
|
'type' => 'string',
|
||||||
'required' => true,
|
'required' => true,
|
||||||
|
'rules' => 'required|size:32',
|
||||||
'description' => '密钥(Secret key)',
|
'description' => '密钥(Secret key)',
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue