You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -190,7 +196,7 @@ public function init_form_fields() {
190
196
'title' => 'Saved Cards',
191
197
'label' => 'Enable Payment via Saved Cards',
192
198
'type' => 'checkbox',
193
-
'description' => 'If enabled, users will be able to pay with a saved card during checkout. Card details are saved on Paystack servers, not on your store.<br>This will only be enabled if you have a valid SSL certificate installed',
199
+
'description' => 'If enabled, users will be able to pay with a saved card during checkout. Card details are saved on Paystack servers, not on your store.<br>Note that you need to have a valid SSL certificate installed.',
194
200
'default' => 'no',
195
201
'desc_tip' => true,
196
202
),
@@ -204,26 +210,19 @@ public function init_form_fields() {
0 commit comments