diff --git a/booking.admin.inc b/booking.admin.inc index db9be81..fad840e 100644 --- a/booking.admin.inc +++ b/booking.admin.inc @@ -183,8 +183,12 @@ function booking_admin() { '#title' => 'Stripe Settings', '#collapsible' => TRUE, '#collapsed' => TRUE, - ); - + ); + $explanation_text = t('

Register an account at stripe.com and visit the API keys page, then copy your API keys here.

'); + $form['stripe']['explanation-text'] = array( + '#type' => 'container', + '#children' => $explanation_text, + ); $form['stripe']['booking_stripe_test_secret_key'] = array ( '#type' => 'textfield', '#title' => t('Specify Stripe Test Secret Key'),