diff --git a/src/constants/application-config.js b/src/constants/application-config.js
index 6a747617f..e49426afb 100644
--- a/src/constants/application-config.js
+++ b/src/constants/application-config.js
@@ -24,6 +24,11 @@ const applicationConfig = {
"//" +
location.host +
"/fmg/?fmgPage=payment-method&src=concept-funnel",
+ PIA_ERROR_URL:
+ location.protocol +
+ "//" +
+ location.host +
+ "/fmg/?fmgPage=payment-pia-return&src=concept-funnel",
CONFIRMATION_URL: location.protocol + "//" + location.host + "/fmg/?fmgPage=confirmation",
GOOGLE_CALENDAR: "https://www.google.com/calendar/render?action=TEMPLATE",
YAHOO_CALENDAR: "https://calendar.yahoo.com/?v=60",
diff --git a/src/layouts/payment/payment.vue b/src/layouts/payment/payment.vue
index 5dc103c68..64989ec66 100644
--- a/src/layouts/payment/payment.vue
+++ b/src/layouts/payment/payment.vue
@@ -171,7 +171,7 @@
-
+
@@ -235,6 +235,7 @@ export default {
checkoutUrl: externalUrls.SAFELITE_HOP,
piaResponseUrl: applicationConfig.PIA_RESPONSE_URL,
piaCancelUrl: applicationConfig.PIA_CANCEL_URL,
+ piaErrorUrl: applicationConfig.PIA_ERROR_URL,
paymentType: this.getPaymentType(),
authToken: "",
authSignature: "",