Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/stripe/module-payments/Model/Adminhtml/Source/
Upload File :
Current File : //home/rtorresani/www/vendor/stripe/module-payments/Model/Adminhtml/Source/StripeRadar.php

<?php

namespace StripeIntegration\Payments\Model\Adminhtml\Source;

class StripeRadar
{
    public function toOptionArray()
    {
        return array(
            array(
                'value' => 0,
                'label' => __('Disabled')
            ),
            array(
                'value' => 10,
                'label' => __('Enabled')
            )
        );
    }
}