You are here

function stripe_admin_test_ajax in Stripe 7

AJAX callback for dynamic address.

1 string reference to 'stripe_admin_test_ajax'
stripe_admin_test in ./stripe.test.inc
Test/example implementation of the stripe form with the stripe_payment element.

File

./stripe.test.inc, line 56
Stripe test form building callback and handlers.

Code

function stripe_admin_test_ajax($form, &$form_state) {
  $form_state['rebuild'] = TRUE;
  return $form['stripe'];
}