'Payment Method', 'value' => 0], * ['label' => 'Payment Page', 'value' => 1] * ] */ public function toOptionArray() { return [ [ 'label' => __('Payment Method'), 'value' => 0 ], [ 'label' => __('Payment Page'), 'value' => 1 ] ]; } }