update: fix order/detail

This commit is contained in:
tokumeikoi
2022-02-09 02:39:19 +08:00
parent adc9e9e241
commit 13327d004d
2 changed files with 6 additions and 1 deletions

View File

@ -32,6 +32,11 @@ class MGate {
'label' => 'AppSecret',
'description' => '',
'type' => 'input',
],
'notify_domain' => [
'label' => '通知域名(选填)',
'description' => '用于接收来自网关的支付通知',
'type' => 'input'
]
];
}