You are here

function commerce_robokassa_redirect_form in Commerce robokassa 7

Same name and namespace in other branches
  1. 7.2 commerce_robokassa.module \commerce_robokassa_redirect_form()

Payment method callback: redirect form.

A wrapper around the module's general use function for building a submit form.

File

./commerce_robokassa.module, line 83

Code

function commerce_robokassa_redirect_form($form, &$form_state, $order, $payment_method) {
  return commerce_robokassa_build_redirect_form($form, $form_state, $order, $payment_method['settings']);
}