Skip to content

Commit 259a324

Browse files
committed
remove merchant id field and rename keys name
1 parent 74f6554 commit 259a324

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

paystack-woocommerce-payment-gateway.php

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -149,20 +149,14 @@ public function init_form_fields() {
149149
'description' => 'Test Mode Option',
150150
'default' => 'yes'
151151
),
152-
'merchant_id' => array(
153-
'title' => 'Merchant ID',
154-
'type' => 'text',
155-
'description' => 'Enter your PayStack Merchant ID here',
156-
'default' => ''
157-
),
158152
'test_publishable_key' => array(
159-
'title' => 'Test Publishable Key',
153+
'title' => 'Test Public Key',
160154
'type' => 'text',
161155
'description' => '',
162156
'default' => ''
163157
),
164158
'live_publishable_key' => array(
165-
'title' => 'Live Publishable Key',
159+
'title' => 'Live Public Key',
166160
'type' => 'text',
167161
'description' => '',
168162
'default' => ''

0 commit comments

Comments
 (0)