Commit 0e860a77 authored by Vadym Abramchuk's avatar Vadym Abramchuk
Browse files

Issue #3270758 by abramm: Add 3D Secure checkbox description

parent 058882db
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -142,6 +142,7 @@ class Omise extends OnsitePaymentGatewayBase implements OmiseInterface {
    $form['3d_secure'] = [
      '#type' => 'checkbox',
      '#title' => $this->t('Enable 3D Secure support'),
      '#description' => $this->t('Required if 3D Secure is enabled for your Omise account. Note that this would introduce redirecting user to Omise and back to your site during checkout.'),
      '#default_value' => !empty($this->configuration['3d_secure']),
      '#required' => FALSE,
    ];