From 0f6bcb99698a07e558030835994703709bc6f550 Mon Sep 17 00:00:00 2001 From: CarlNation Date: Fri, 19 Jul 2024 06:21:06 -0400 Subject: [PATCH] CSR-2130 rename isApplePay CSR-2130 rename isApplePay --- .../payment-method-question/payment-method-question.spec.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/layouts/payment-method/payment-method-question/payment-method-question.spec.js b/src/layouts/payment-method/payment-method-question/payment-method-question.spec.js index 96a9d02b9..ad959fdf9 100644 --- a/src/layouts/payment-method/payment-method-question/payment-method-question.spec.js +++ b/src/layouts/payment-method/payment-method-question/payment-method-question.spec.js @@ -109,8 +109,9 @@ function generateDefaultProps() { return { modelValue: "modelValue", hasRecal: false, - isApplePay: true, + showApplePay: true, isInsurance: false, + isPiaEnabled: true, }; }