Commit graph

4822 commits

Author SHA1 Message Date
credelinghuys
db95db31d8 Merge branch 'develop' into feature/CASH-2563 2026-05-11 10:11:28 -04:00
credelinghuys
f425ff3fc8 CASH-2654: Set IsInsurable on mobile fee 2026-05-11 09:43:07 -04:00
CarlNation
0086b1c1fe CASH-2570 unverified message incorrectly showing
CASH-2570 the unverified message shows if you go through initially unverified and get assigned the experiment and create a new order as cash.  You're still assigned the unverified deductible experiment.  So qualified the alert message to include a check for isInsurance.  Also noticed in vuex, when switching from insurance to cash, the insurance properties in vuex are still set.  Added code to clear them when selecting  a cash order
2026-05-08 15:29:15 -04:00
credelinghuys
b7da6506da Merge branch 'develop' into feature/CASH-2563 2026-05-07 18:37:06 -04:00
credelinghuys
75f0184314 CASH-2563: Bailout on 500 from GetPartsOrQuestions 2026-05-07 18:35:54 -04:00
CarlNation
0cccbb2db1 CASH-699 do not allow future dates for date of loss
CASH-699 do not allow future dates for date of loss
2026-05-07 13:08:12 -04:00
credelinghuys
dd291a980c CASH-2563 2026-05-07 12:52:02 -04:00
CarlNation
65a1712fc4 CASH-699 move kentucky farm bureau to constants
CASH-699 move  kentucky farm bureau to constants
2026-05-07 12:50:13 -04:00
CarlNation
ab4b2cdaff CASH-699 prettier 2026-05-07 12:25:37 -04:00
CarlNation
b1884ab751 CASH-699 Insurance details page updates
CASH-699 Insurance details page updates
2026-05-07 12:07:15 -04:00
Chris Redelinghuys
1fb36e7ee7 Merge branch 'develop' into feature/CASH-2563 2026-05-06 09:22:37 -04:00
Chris Redelinghuys
b55451ec9d CASH-2563 2026-05-06 09:21:08 -04:00
CarlNation
b2a5f7ba77 Merge branch 'release/2026.05.07' into rlsmerge/2026.05.07-to-develop 2026-05-05 10:51:32 -04:00
Minojhini Valaiyapathi
003ae8edd4 CASH-2576 - Reverting the changes back from v2 to v1 endpoint for validateZip 2026-05-05 09:53:43 -04:00
CarlNation
89b2d13727
Merge branch 'develop' into rlsmerge/2026.05.07-to-develop 2026-05-04 10:29:48 -04:00
CarlNation
67c6ec484a use standard call
use standard call
2026-05-01 10:38:58 -04:00
CarlNation
f1147f490b return user defect
when on the return-user page and the user navigates back to content site and then goes forward to vue app, the user is being sent back to return user page where it does not hide the loading modal.
2026-05-01 10:27:58 -04:00
CarlNation
de3aed79fd prettier 2026-04-30 14:23:04 -04:00
CarlNation
52827e80b4 Merge branch 'develop' into nation/CASH-699 2026-04-30 14:17:39 -04:00
CarlNation
4179df5058 prettier
prettier
2026-04-30 13:05:29 -04:00
Minojhini Valaiyapathi
3887057cda CASH-2576 - MS-backed v2 provider lookup and zip CTU with provider number. so passing that to bill to account 2026-04-30 11:01:08 -04:00
CarlNation
e4bceb5fe7 CASH-699 add input fields for insurance-details page
CASH-699 add input fields for insurance-details page
2026-04-28 15:52:35 -04:00
Chris Redelinghuys
a043578071 CASH-2599: Pass isMSRFeeCoveredByInsurance to cart from Adyen page 2026-04-28 11:42:46 -04:00
CarlNation
46094b342b CASH-2466 add insurance page shells
CASH-2466 add insurance page shells
2026-04-28 08:15:24 -04:00
CarlNation
d5fd13c3fe Merge remote-tracking branch 'origin/nation/CASH-2399' into nation/CASH-2399 2026-04-27 11:13:34 -04:00
CarlNation
09ca8efd9d prettier
prettier
2026-04-27 11:13:12 -04:00
CarlNation
9e59eae01f
Merge branch 'release/2026.05.07' into nation/CASH-2399 2026-04-27 11:04:35 -04:00
CarlNation
4cf8957672 CASH-2399 Handle error scenario where Adyen fails to load
CASH-2399 Handle error scenario where Adyen fails to load.  Will navigate back to payment-method on error.
2026-04-27 11:00:48 -04:00
Chris Redelinghuys
9c2968b4f1 CASH-2592: Add Dual Recal to MSR
Co-authored-by: Copilot <copilot@github.com>
2026-04-27 10:00:48 -04:00
CarlNation
8d314a40b3 Merge branch 'develop' into nation/CASH-2466 2026-04-21 11:38:27 -04:00
CarlNation
ddeac7d471 CASH-2466 changes to support navigation to 2.0 insurance pages
CASH-2466 changes to support navigation to 2.0 insurance pages
2026-04-21 11:33:44 -04:00
Minojhini Valaiyapathi
110a1e771b CASH-2501 - updated to v2 parts/getwipers endpoint 2026-04-21 10:55:45 -04:00
Matt Sykes
b66d44fbb5 Empty string makes it happy... null did not 2026-04-20 10:08:57 -04:00
Matt Sykes
1d7a9ba7b6 Removing split address entirely
-addressline1 now maps to adyen street
-addressline2 now maps to adyen houseNumberOrName
Much simpler :)
2026-04-17 17:00:47 -04:00
Matt Sykes
591b2ef089 Prettier formatting 2026-04-17 09:02:50 -04:00
Matt Sykes
780556bbda Handle exception on splitAddress and added unit tests
Split address was not handling an address without any spaces in it and would throw a JS exception in a promise, which is a scenario we identified this release as not logging today (fix for 4/23).
Chloe should review to see if we want to be even smarter with the parsing and actually split out cases like "123Test" to "123" "Test" but the fixes keep approximately the same logic as before except "  123 Test" now becomes "123" "Test".
2026-04-16 18:03:33 -04:00
credelinghuys
5ea81d8560 CASH-1684: Defect fix 2026-04-09 13:09:42 -04:00
credelinghuys
2dd528fadb CASH-2380: Get SkipVinLookup and SkipPartQuestions from vehicle service and skip when applicable. 2026-04-03 11:06:54 -04:00
credelinghuys
59d9921dae CASH-1684: Alert message UI updates 2026-04-02 15:22:42 -04:00
CarlNation
b7dcd92c9e CASH-2508 tests
CASH-2508 tests
2026-04-01 15:20:49 -04:00
CarlNation
a33149c621 prettier 2026-04-01 14:10:48 -04:00
CarlNation
a4e853e528 CASH-2508 check externalparameterstate correctly
CASH-2508 check externalparameterstate correctly.  It should check more than the flag because parms can be optional.  So make sure we're checking damage options stored in external params so the continue button is properly enabled
2026-04-01 13:49:06 -04:00
Matt Sykes
849443fa1c simplify logic -> set isInsuranceSelected if its null/undefined 2026-03-30 15:42:33 -04:00
Matt Sykes
2391748d60 Always set vm.isInsuranceSelected
Some cases were not setting it if external parameter state was marked 0 or 1
2026-03-30 14:39:30 -04:00
CarlNation
0b7d0a9083 CASH-2481 add null check to fix error involving external parameter
CASH-2481 add null check to fix error involving external parameter
2026-03-27 23:14:16 -04:00
credelinghuys
2f71aa32f2 CASH-1689: Add feature toggle for MSR Split pay 2026-03-27 14:53:57 -04:00
credelinghuys
e8c0c8f2dc Merge branch 'release/2026.04.09' into feature/CASH-1689 2026-03-26 15:42:22 -04:00
credelinghuys
38d50f6612 CASH-1689: MSR fee in cart for insurance 2026-03-26 15:39:40 -04:00
CarlNation
c353991f89 Merge branch 'release/2026.04.09' into rlsmerge/2026.04.09-to-develop 2026-03-26 09:59:41 -04:00
Adam Caouette
c8c3b406b4 CASH-2481 - update unit test 2026-03-25 11:04:39 -04:00