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