CSR-1392
prettier
This commit is contained in:
parent
3845838db4
commit
30e147c160
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
// 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.
|
// 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
|
// 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:
|
// 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"}"
|
// 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.
|
// I don't know if the navigation guard thinks the to and from are the same page.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue