Merge pull request #2345 from Safelite/feature/CASH-309
CASH-309 | Fix whitespace in safeliteHOP
This commit is contained in:
commit
3a3eea5d59
1 changed files with 4 additions and 0 deletions
|
|
@ -15,6 +15,10 @@ import loadingModal from "@/fmg-components/loading-modal/loading-modal.vue";
|
||||||
import { Form } from "vee-validate";
|
import { Form } from "vee-validate";
|
||||||
import { paymentMethods } from "@/constants/payment-method-constants";
|
import { paymentMethods } from "@/constants/payment-method-constants";
|
||||||
import { routerParams } from "@/router/router-constants/router-params";
|
import { routerParams } from "@/router/router-constants/router-params";
|
||||||
|
// iframeResizer IS loaded into the page and necessary for the package to
|
||||||
|
// to auto scale the iFrame this page is loaded in
|
||||||
|
// Do not remove despite showing as "unused" CASH-309
|
||||||
|
import iframeResizer from "@iframe-resizer/child";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "payment-pia-return",
|
name: "payment-pia-return",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue