Skip to content
Snippets Groups Projects
Commit 0e860a77 authored by Vadym Abramchuk's avatar Vadym Abramchuk
Browse files

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

parent 058882db
Branches
Tags
1 merge request!6Issue #3270758: 3D Secure support
......@@ -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,
];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment