From 30e147c160453817cb934fc6332ed19745576161 Mon Sep 17 00:00:00 2001 From: CarlNation <32103961+CarlNation@users.noreply.github.com> Date: Wed, 25 Oct 2023 13:19:18 -0400 Subject: [PATCH] CSR-1392 prettier --- src/layouts/payment/payment.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/payment/payment.vue b/src/layouts/payment/payment.vue index 3f310e364..3750039f7 100644 --- a/src/layouts/payment/payment.vue +++ b/src/layouts/payment/payment.vue @@ -339,7 +339,7 @@ export default { // The only way I could figure out how to get navigation to work on a page with the iframe. // This is also how a cancel from Paypal would work. Just a redirect to the payment-method page. // The normal navigation sort of works but the page does not render. The "next" callback function does not get - // invoked in payment-method's beforeroute enter. I also spotted an error in vue-router.esm-bundler.js when this + // invoked in payment-method's beforeroute enter. I also spotted an error in vue-router.esm-bundler.js when this // happens but was unable to ignore it with a try catch. The navigation guard error is: // Error: Redirected from "/?fmgPage=payment-method" to "{ params: {isSavingNation: "false"}, query: "fmgPage: "payment-method"}" // I don't know if the navigation guard thinks the to and from are the same page.