SSR-1063 minor updates
This commit is contained in:
parent
9063741268
commit
88eeaef09d
1 changed files with 4 additions and 4 deletions
|
|
@ -23,8 +23,8 @@
|
|||
<siteFooter
|
||||
ref="siteFooter"
|
||||
cmsWidgetName="SiteFooterWidget"
|
||||
isForwardActionDisabled="true"
|
||||
isForwardButtonHidden="true"
|
||||
:isForwardActionDisabled="true"
|
||||
:isForwardButtonHidden="true"
|
||||
@ForwardClicked="forwardButtonAction"
|
||||
@backClicked="backButtonAction" />
|
||||
</div>
|
||||
|
|
@ -155,7 +155,7 @@
|
|||
<input type="hidden" name="ship_to_address_postal_code" :value="zipCode" />
|
||||
<input type="hidden" name="ship_to_phone" :value="phoneNumber" />
|
||||
|
||||
<input type="hidden" name="calling_application" value="NextGen" />
|
||||
<input type="hidden" name="calling_application" value="ISSNextGen" />
|
||||
</form>
|
||||
</template>
|
||||
<script>
|
||||
|
|
@ -170,7 +170,7 @@ import settleAllPromises from '@/helpers/layout-helper';
|
|||
import { Form } from 'vee-validate';
|
||||
import BaseFormMixin from '@/mixins/base-form-mixin.js';
|
||||
import { useMainStore } from '@/store';
|
||||
import iframeResize from '@/../node_modules/iframe-resizer/js/iframeResizer.js';
|
||||
import iframeResize from 'iframe-resizer';
|
||||
import externalUrls from '@/router/router-constants/externalUrl-values.js';
|
||||
import widgetFields from '@/constants/cms-widget-fields.js';
|
||||
import { hopPaymentMethods, paymentMethods } from '@/constants/payment-method-constants.js';
|
||||
|
|
|
|||
Loading…
Reference in a new issue