We will be off from 27/1 (Monday) to 31/1 (Friday) (GMT +7) for our Tet Holiday (Lunar New Year) in our country

Commit bb782845 authored by Ángel Campos's avatar Ángel Campos Committed by GitHub

Fixing tokenization typo (#803)

parent 87c72deb
......@@ -1043,7 +1043,7 @@ class Data extends AbstractHelper
public function isGuestTokenizationEnabled($storeId)
{
return $this->getAdyenOneclickConfigDataFlag('guest_checkout_tokenisation', $storeId);
return $this->getAdyenOneclickConfigDataFlag('guest_checkout_tokenization', $storeId);
}
/**
......
......@@ -58,10 +58,10 @@
<config_path>payment/adyen_oneclick/share_billing_agreement</config_path>
</field>
</group>
<field id="guest_checkout_tokenisation" translate="label" type="select" sortOrder="50" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Enable guest checkout tokenisation</label>
<field id="guest_checkout_tokenization" translate="label" type="select" sortOrder="50" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Enable guest checkout tokenization</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
<config_path>payment/adyen_oneclick/guest_checkout_tokenisation</config_path>
<config_path>payment/adyen_oneclick/guest_checkout_tokenization</config_path>
</field>
</group>
</include>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment