Change bank form from text to select

This commit is contained in:
2022-10-31 05:35:40 +00:00
parent 6609483856
commit fcffbf4127
+1 -1
View File
@@ -99,7 +99,7 @@ function vnpg_init_gateway_class() {
),
'bank' => array(
'title' => __('Bank Name', 'vnpg'),
'type' => 'text',
'type' => 'select',
'options' => $bank_name,
),
'account_number' => array(