| Current Path : /home/rtorresani/www/vendor/stripe/module-payments/Model/Adminhtml/Source/ |
| 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')
)
);
}
}