From 0db6eb10908036e8fde416a3f4a396b48269446a Mon Sep 17 00:00:00 2001 From: Michaela Brydon Date: Fri, 8 Mar 2024 11:56:04 -0500 Subject: [PATCH] Tidying --- src/constants/endpoints.js | 1 - src/layouts/payment-method/payment-method.vue | 51 ++++++------------- 2 files changed, 16 insertions(+), 36 deletions(-) diff --git a/src/constants/endpoints.js b/src/constants/endpoints.js index 1b9640ad..8f21cdd9 100644 --- a/src/constants/endpoints.js +++ b/src/constants/endpoints.js @@ -68,7 +68,6 @@ const endpoints = Object.freeze({ url: `${PARTS_BASE_URL}/parts`, method: 'POST' }, - // TODO finish GetInsurancePriceOrderItems: { url: `${PRICE_BASE_URL}/order-items-with-insurance-pricing`, method: 'GET' diff --git a/src/layouts/payment-method/payment-method.vue b/src/layouts/payment-method/payment-method.vue index d7290ae0..6f8a6010 100644 --- a/src/layouts/payment-method/payment-method.vue +++ b/src/layouts/payment-method/payment-method.vue @@ -23,8 +23,7 @@ :showAsPaid="false" :amountDueLabel="amountDueText" :deductibleLabel="deductibleLabel" - :basePriceLabel="basePriceLabel" - :baseServiceLineItems="baseServiceLineItems" /> + :basePriceLabel="basePriceLabel" />
Pia Alert Placeholder