CASH-309 | Fix whitespace in safeliteHOP

add reference to iframeresizer to payment-pia-return
This commit is contained in:
Scott Kiener 2025-03-06 13:46:45 -05:00
parent 6c950d6b0d
commit 47ad0c9bf8

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",