diff --git a/src/fmg-components/funnel-sub-header/funnel-sub-header.vue b/src/fmg-components/funnel-sub-header/funnel-sub-header.vue index e81d465a8..20e18ba1c 100644 --- a/src/fmg-components/funnel-sub-header/funnel-sub-header.vue +++ b/src/fmg-components/funnel-sub-header/funnel-sub-header.vue @@ -33,9 +33,9 @@ export default { props: { hasBackButton: Boolean, cmsWidgetName: String, - headerVerticalAlignment: { + headerColor: { type: String, - default: "center", + default: "dark-header", }, leftAlignHeader: { type: Boolean, diff --git a/src/layouts/payment-method/payment-method.vue b/src/layouts/payment-method/payment-method.vue index 3f8357e7f..ff5cb0e35 100644 --- a/src/layouts/payment-method/payment-method.vue +++ b/src/layouts/payment-method/payment-method.vue @@ -54,9 +54,6 @@ export default { return {}; }, methods: { - openModalAction(modalName) { - this.$refs[modalName].openModal(); - }, arePagePrerequisitesValid() { // TODO return true;