Skip to content

Commit b204457

Browse files
committed
Add onboarding links text
1 parent b7f142e commit b204457

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

includes/class-wc-gateway-amazon-payments-advanced-abstract.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,10 @@ public function get_form_fields() {
344344
}
345345

346346
$this->form_fields = array(
347+
'plugin_onboarding' => array(
348+
'type' => 'custom',
349+
'html' => '<p>' . __( 'Need help? Check out our <a href="https://woocommerce.com/document/amazon-payments-advanced/" target="_blank">User Documentation</a> for detailed guidance.', 'woocommerce-gateway-amazon-payments-advanced' ) . '</p>',
350+
),
347351
'important_note' => array(
348352
'title' => __( 'Important note, before you sign up:', 'woocommerce-gateway-amazon-payments-advanced' ),
349353
'type' => 'title',

0 commit comments

Comments
 (0)