protected function makePaymentTypeField()
 {
     return new DropdownField(self::PaymentTypeFieldName, $this->getFieldLabel(self::PaymentTypeFieldName), CheckfrontModule::payment_types());
 }