+
+ Licence renewal fees are generally non-refundable.
+
+ Refunds for licence renewal fees may be available if the:
+
+
+ - The LCRB has made an error
+ - Applicant has overpaid
+
+
+ Renewal fees must be paid in full for a licence to remain valid.
+
+
+ Payment may appear on a credit card statement as:
+ "Liquor and Cannabis Re… Victoria BC" and other variations.
+
+
+
+ The LCRB investigates all credit card chargeback requests for fees and will dispute chargeback requests. A note will also be made on your LCRB account and there may be consequences for fraudulent requests.
+
+
+
+
+
+ *
+
+ I have read and understand the refund policy.
+
+
+
+
+
diff --git a/cllc-public-app/ClientApp/src/app/components/applications/application-renewal/application-renewal.component.ts b/cllc-public-app/ClientApp/src/app/components/applications/application-renewal/application-renewal.component.ts
index 1e9512d4fb..271c15361f 100644
--- a/cllc-public-app/ClientApp/src/app/components/applications/application-renewal/application-renewal.component.ts
+++ b/cllc-public-app/ClientApp/src/app/components/applications/application-renewal/application-renewal.component.ts
@@ -52,6 +52,7 @@ const ValidationErrorMap = {
contactPersonPhone: "Please enter the business contact's 10-digit phone number",
authorizedToSubmit: "Please affirm that you are authorized to submit the application",
signatureAgreement: "Please affirm that all of the information provided for this application is true and complete",
+ readRefundPolicy: "Please affirm that you have read and understand the refund policy"
};
@@ -242,6 +243,7 @@ export class ApplicationRenewalComponent extends FormBase implements OnInit {
authorizedToSubmit: ["", [this.customRequiredCheckboxValidator()]],
signatureAgreement: ["", [this.customRequiredCheckboxValidator()]],
+ readRefundPolicy: ["", [this.customRequiredCheckboxValidator()]],
assignedLicence: this.fb.group({
id: [""],
diff --git a/cllc-public-app/ClientApp/src/app/components/applications/application/application.component.html b/cllc-public-app/ClientApp/src/app/components/applications/application/application.component.html
index 60cb02bd5f..43c42e0782 100644
--- a/cllc-public-app/ClientApp/src/app/components/applications/application/application.component.html
+++ b/cllc-public-app/ClientApp/src/app/components/applications/application/application.component.html
@@ -1516,7 +1516,26 @@