. */ namespace Storefront\BTCPay\Model\Config\Source; class AutoCancel implements \Magento\Framework\Data\OptionSourceInterface { public function toOptionArray() { return [ '' => __('Never'), 'on_expiry' => __('When the last BTCPay Server Invoice for the order expires'), 'on_expiry_with_monitoring' => __('When the last BTCPay Server Invoice for the order expires including the extra monitoring time') ]; } }