Merge pull request #2345 from Safelite/feature/CASH-309

CASH-309 | Fix whitespace in safeliteHOP
This commit is contained in:
scottkiener-at-safelite 2025-03-06 14:00:18 -05:00 committed by GitHub
commit 3a3eea5d59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,6 +15,10 @@ import loadingModal from "@/fmg-components/loading-modal/loading-modal.vue";
import { Form } from "vee-validate";
import { paymentMethods } from "@/constants/payment-method-constants";
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 {
name: "payment-pia-return",