You are here

public function PaymentMethodPane::ajaxRender in Ubercart 8.4

Ajax callback to re-render the payment method pane.

File

payment/uc_payment/src/Plugin/Ubercart/CheckoutPane/PaymentMethodPane.php, line 210

Class

PaymentMethodPane
Allows the user to select a payment method and preview the line items.

Namespace

Drupal\uc_payment\Plugin\Ubercart\CheckoutPane

Code

public function ajaxRender($form, &$form_state) {
  return $form['panes']['payment']['details'];
}