'License', 'itemsName' => 'Licenses', 'steps' => [ [ 'name' => View::STEP_USER, 'title' => 'User Account Information', 'steptitle' => 'User Account
Information', 'form' => Form\UserAccountForm::class, ], [ 'name' => View::STEP_VENDOR, 'title' => 'Vendor Information', 'steptitle' => 'Vendor
Information', 'form' => Form\VendorInformation\Form::class, ], [ 'name' => View::STEP_QUESTIONNAIRE, 'title' => 'Background Questionnaire', 'steptitle' => 'Background
Questionnaire', 'form' => Form\BackgroundQuestionnaireForm::class, ], [ 'name' => View::STEP_NAICS, 'title' => 'Vendor Business Classification', 'steptitle' => 'Vendor Business
Classification', 'form' => Form\VendorNaicsForm::class, ], [ 'name' => View::STEP_PAYMENT, 'title' => 'Payment Information', 'steptitle' => 'Payment
Information', 'form' => PaymentForm::class, ], [ 'name' => View::STEP_VERIFICATION, 'title' => 'Verification / Confirmation', 'steptitle' => 'Verification /
Confirmation', 'form' => VerificationForm::class, ], [ 'name' => View::STEP_LICENSE, 'title' => 'Vendor Receipt', 'steptitle' => 'Vendor
Receipt', ], ], 'organizationTypes' => $vendorConfig['organizationTypes'], 'yesNoOptions' => $vendorConfig['yesNoOptions'], 'paymentMethods' => $paymentConfig['paymentMethods'], 'checkTypes' => $paymentConfig['checkTypes'], 'statuses' => [ Entity::STATUS_ACTIVE => 'Active', Entity::STATUS_EXPIRED => 'Expired', ], 'tribeStatuses' => [ Entity::TRIBE_STATUS_PENDING => 'Pending', Entity::TRIBE_STATUS_APPROVED => 'Approved', Entity::TRIBE_STATUS_DECLINED => 'Declined', Entity::TRIBE_STATUS_APPROVED_PENDING => 'Premium Pending', ], 'userLicenseTypeTitle' => [ Entity::USER_TYPE_LICENSE => 'Membership #{id}', Entity::USER_TYPE_PREMIUM => '{tribeTitle} License #{id}', ], 'userLicenseStatuses' => [ Entity::STATUS_ACTIVE => 'Active', Entity::STATUS_EXPIRED => 'Expired', Entity::TRIBE_STATUS_PENDING => 'Pending', Entity::TRIBE_STATUS_APPROVED => 'Approved', Entity::TRIBE_STATUS_DECLINED => 'Declined', Entity::TRIBE_STATUS_APPROVED_PENDING => 'Premium Pending', ], 'errorAlreadyHasApproveLicense' => 'Vendor already has an approved license so you can\'t add a new one.' . ' Use a renew function of existing approved license instead.' ];