|
|
@@ -39,7 +39,7 @@ return [
|
|
|
'locale_based' => true,
|
|
|
], [
|
|
|
'name' => 'client_id',
|
|
|
- 'title' => 'ClientId',
|
|
|
+ 'title' => 'Merchant ID',
|
|
|
'type' => 'text',
|
|
|
'depend' => 'active:1',
|
|
|
'validation' => 'required_if:active,1',
|
|
|
@@ -47,20 +47,12 @@ return [
|
|
|
'locale_based' => true,
|
|
|
], [
|
|
|
'name' => 'secret_id',
|
|
|
- 'title' => 'Secret',
|
|
|
+ 'title' => 'Merchant Key',
|
|
|
'type' => 'password',
|
|
|
'depend' => 'active:1',
|
|
|
'validation' => 'required_if:active,1',
|
|
|
'channel_based' => false,
|
|
|
'locale_based' => true,
|
|
|
- ], [
|
|
|
- 'name' => 'webhook_id',
|
|
|
- 'title' => 'WebhookId',
|
|
|
- 'type' => 'text',
|
|
|
- 'depend' => 'active:1',
|
|
|
- 'validation' => 'required_if:active,1',
|
|
|
- 'channel_based' => false,
|
|
|
- 'locale_based' => true,
|
|
|
], [
|
|
|
'name' => 'sort',
|
|
|
'title' => 'Sort Order',
|