diff --git a/Model/System/Config/Source/TermsAndConditions.php b/Model/System/Config/Source/TermsAndConditions.php index 91660b4..871d246 100644 --- a/Model/System/Config/Source/TermsAndConditions.php +++ b/Model/System/Config/Source/TermsAndConditions.php @@ -24,8 +24,8 @@ class TermsAndConditions implements ArrayInterface public function toOptionArray() { return [ - ['value' => true, 'label' => 'Yes'], - ['value' => false, 'label' => 'No'], + ['value' => '1', 'label' => 'Yes'], + ['value' => '0', 'label' => 'No'], ]; } -} \ No newline at end of file +} diff --git a/etc/adminhtml/system.xml b/etc/adminhtml/system.xml index 89e3ca9..672cb1b 100644 --- a/etc/adminhtml/system.xml +++ b/etc/adminhtml/system.xml @@ -6,7 +6,7 @@ -
ekomi diff --git a/etc/config.xml b/etc/config.xml index bc42544..989accd 100644 --- a/etc/config.xml +++ b/etc/config.xml @@ -8,10 +8,11 @@ 0 status 10 + 1 0 - \ No newline at end of file +