mirror of
https://github.com/10h30/vietnam-payment-gateways.git
synced 2026-06-05 15:09:40 +09:00
Change bank form from text to select
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user