Commit graph

465 commits

Author SHA1 Message Date
Matt Caimi
9063741268 SSR-1063 hop payment method constants 2024-02-21 16:23:26 -05:00
Bill Richardson
ceb48a9240 Set some variables to be more accurate for testing 2024-02-21 15:43:21 -05:00
Bill Richardson
ea29ef0c73 Add billToAccountNumber 2024-02-20 16:56:31 -05:00
Matt Caimi
32af347771 SSR-1063 credit card form on payment-page 2024-02-20 09:38:10 -05:00
Matt Caimi
553e6c03f6 SSR-1064 payment method updates 2024-02-08 11:12:18 -05:00
Matt Caimi
6fbe71285b Merge remote-tracking branch 'origin/develop' into feature/digital/SSR-1064 2024-02-05 10:46:36 -05:00
Matt Caimi
99cd7b3f26 SSR-488 disable fields when verified on coverage statement page 2024-02-02 15:12:26 -05:00
Matt Caimi
68a97846be SSR-488 disable policyzip and lossdate on welcome page 2024-02-02 14:49:26 -05:00
Matt Caimi
462e4f9337 SSR-1064 linting 2024-02-01 15:17:16 -05:00
Matt Caimi
5559033c41 SSR-1064 payment method pia options 2024-02-01 13:40:30 -05:00
Michaela Brydon
e81c2b7f21 sending date of loss to dupe check instead of phone number 2024-01-26 15:35:31 -05:00
Michaela Brydon
0293b27ced Fixing routing 2024-01-22 16:52:03 -05:00
Michaela Brydon
73bf00cdd5 Fixing vehicle damage lines 2024-01-19 11:56:52 -05:00
Michaela Brydon
da3459ce4f Prepopulating tpa search page when return 2024-01-16 12:54:29 -05:00
Josh Dassinger
110ccdd54f
Merge pull request #529 from Safelite/feature/digital/SSR-586
SSR-586 - Save Bailout & Callback
2024-01-15 10:15:55 -06:00
Josh Dassinger
04c375a341 SSR-586 PR Changes
Moved from store to pageData
Added bailoutMessage const
update setBailout method to accept currentPage or to/from types
2024-01-12 13:58:59 -06:00
Katie Kroell
373c1da2ac name change 2024-01-11 12:13:41 -05:00
Katie Kroell
6733fbb85b PR revisions 2024-01-11 11:55:11 -05:00
Katie Kroell
4e9b71e045 Merge branch 'develop' into feature/SSR-703 2024-01-11 09:14:41 -05:00
Katie Kroell
f43ac712ff small tweaks 2024-01-10 14:54:51 -05:00
Bill Richardson
3a3bbb2c6d remove ? 2024-01-10 10:48:47 -05:00
Bill Richardson
3025154e19 pass in 0 if deductible is null 2024-01-10 10:36:50 -05:00
Katie Kroell
ac2f3f3c4b restrict coverage lookup WIP 2024-01-09 15:58:01 -05:00
Josh Dassinger
f3ae5d4996 SSR-586 - Save Bailout & Callback 2024-01-09 13:58:37 -06:00
Michaela Brydon
9a445b4359 Fixing merge conflicts 2024-01-09 13:24:49 -05:00
Katie Kroell
d3f2e3892d send cause and damageDescription in payload 2024-01-05 16:20:22 -05:00
Michaela Brydon
d4cf2f3d51 Merge branch 'develop' of https://github.com/Safelite/DigitalConsumer.ISS into feature/digital/SSR-791 2024-01-05 16:02:46 -05:00
Katie Kroell
4c6e098f2d rename value 2024-01-04 13:26:49 -05:00
Katie Kroell
67700ae621 update unit tests 2024-01-04 09:41:16 -05:00
Michaela Brydon
0de9309cc2 Fixing tests 2024-01-03 19:02:53 -05:00
Michaela Brydon
272ec08bc5 Final touches 2024-01-03 17:47:23 -05:00
Katie Kroell
d3cc84cb6c Merge branch 'develop' into feature/SSR-1042 2024-01-03 11:32:33 -05:00
Bill Richardson
d030ae4196 moved date helper functions from schedule helper to helpers/date-helper 2024-01-03 09:58:10 -05:00
Bill Richardson
c6e87c1aa2 initial check in
Will clear console logs after figuring out last issue
2023-12-29 09:18:21 -05:00
Katie Kroell
5bf83fe6ef send both deductibles in payload 2023-12-18 14:11:31 -05:00
Katie Kroell
32a9f3dc37 Merge branch 'develop' into feature/SSR-1042 2023-12-14 14:22:45 -05:00
Katie Kroell
cad1de9cfa use originalDeductible in request 2023-12-12 10:50:29 -05:00
Katie Kroell
bfe1b139d1 reset deductible if damage changes 2023-12-11 20:41:21 -05:00
Bill Richardson
005b97fcbf updates to cached siteHeader to be more inline with card 2023-12-08 16:29:49 -05:00
Bill Richardson
fb8799fe6b Site header proof of concept
Left some console logs in
I think this can be moved out of store to a cms helper class that manages this global data.
2023-12-08 16:29:49 -05:00
Katie Kroell
38f75921e8 Merge branch 'develop' into feature/SSR-1023 2023-12-05 14:48:56 -05:00
Bill Richardson
4b0c4755f1 throw error on pricing failure 2023-12-05 13:36:41 -05:00
Katie Kroell
f6c56450f8 remove commented lines 2023-12-05 09:05:37 -05:00
Michaela Brydon
ef49dadbb2 Adding tpa submit page 2023-12-04 18:49:24 -05:00
Katie Kroell
a9dcbe0120 use currentDeductible for pricing call 2023-12-04 15:47:33 -05:00
Katie Kroell
6fbb437838 refactor WIP 2023-12-01 15:44:02 -05:00
Michaela Brydon
cdac218b41 Updating tests for getTpaProviders 2023-11-28 16:45:12 -05:00
Michaela Brydon
79e6cdd553 Refactoring to include loaders and improve speed 2023-11-22 08:47:19 -05:00
Michaela Brydon
32e12ec672 Merge branch 'develop' of https://github.com/Safelite/DigitalConsumer.ISS into feature/digital/SSR-755 2023-11-21 12:48:18 -05:00
Michaela Brydon
3f74853303 Replacing test code with real call 2023-11-21 12:48:12 -05:00
Josh Dassinger
748eed389d
Merge pull request #506 from Safelite/defect/digital/SSR-861
SSR-861 Save Session to Mainframe
2023-11-21 09:36:06 -06:00
Jeremy-Z
48ac7678ea Updating unit tests. 2023-11-20 15:34:09 -05:00
Jeremy-Z
e7d5539487 Updating unit tests. 2023-11-20 15:33:24 -05:00
Jeremy-Z
5bdcbe91b2 Updating unit tests. 2023-11-20 14:05:07 -05:00
Jeremy Zimmerman
a472919eef Updated logic for calling final-deductible. 2023-11-20 13:24:50 -05:00
Josh Dassinger
a27ef12609 SSR-861 Submit to mainframe when we have referral number
Renamed SubmitToMF to SubmitToMainframe
2023-11-20 10:21:17 -06:00
Josh Dassinger
93b985f9a6 SSR-861 Save Session to Mainframe 2023-11-17 14:18:35 -06:00
michaela-brydon-safelite
a6d55d1712
Merge pull request #499 from Safelite/feature/digital/SSR-836
Feature/digital/ssr 836
2023-11-16 20:29:11 -05:00
Katie Kroell
abf3729c7f fix vehicle.id 2023-11-16 11:17:21 -05:00
Katie Kroell
81397697f3 fix registerClaim payload 2023-11-16 10:30:04 -05:00
Bill Richardson
f45b40bc66 get zipCodeCtu if it is not in store yet. 2023-11-15 15:46:58 -05:00
Katie Kroell
f471a812e2 add deductible to register-claim call 2023-11-15 09:44:12 -05:00
Bill Richardson
a05550513b change deductible based on damageType 2023-11-14 10:19:39 -05:00
Bill Richardson
0d6f5ad70f use insurance pricing endpoint 2023-11-14 10:19:39 -05:00
Michaela Brydon
d897fbbad1 Finished incorporating map into tpa search page 2023-11-13 16:18:52 -05:00
Katie Kroell
6616711c02 unit test fix 2023-11-13 14:58:31 -05:00
Katie Kroell
7fb77db81a remove FL logic, update tests 2023-11-13 12:57:59 -05:00
Katie Kroell
bc7ceb0a88 unit test updates 2023-11-10 14:02:57 -05:00
Katie Kroell
70e2552f65 make string uppercase 2023-11-10 13:31:04 -05:00
Katie Kroell
e0c9aacb72 payload changes 2023-11-10 12:46:15 -05:00
Katie Kroell
7fbf836316 Merge branch 'develop' into feature/SSR-669 2023-11-10 11:30:49 -05:00
Michaela Brydon
4088cd599e Fixing merge conflicts 2023-11-09 12:20:09 -05:00
Josh Dassinger
f15924c098
Merge pull request #494 from Safelite/defect/digital/SSR-778
SSR-778 Fix ITAC Save Session
2023-11-08 10:08:12 -06:00
Josh Dassinger
7ab5968a4b SSR-778 Update Selected Provider Field Name 2023-11-06 09:54:26 -06:00
Katie Kroell
05b8d5bdb8 typo fixes 2023-11-02 16:34:29 -04:00
Katie Kroell
16170b0c26 refactor additionalInfo logic 2023-11-02 16:31:15 -04:00
Katie Kroell
e85362325e uncomment test 2023-11-02 16:12:03 -04:00
Katie Kroell
1b161ee5c6 Merge branch 'develop' into feature/SSR-669-B 2023-11-02 14:34:00 -04:00
Katie Kroell
5489373e8c update unit tests for getFinalDeductible() 2023-11-02 13:30:54 -04:00
Katie Kroell
b7924b9ebc make nullable 2023-11-02 13:30:34 -04:00
Katie Kroell
69a746d717 add additionalInfo to paylod when both endorsements are present 2023-11-01 16:28:30 -04:00
Katie Kroell
93ff9b718e add FL repair logic 2023-11-01 15:22:18 -04:00
Jeremy Zimmerman
07b9a99f4b Adding security fields for policy calls. 2023-11-01 12:45:32 -04:00
Katie Kroell
a3523fea26 change string to upper case 2023-11-01 09:36:04 -04:00
Josh Dassinger
0f15135d25 SSR-778 Fix ITAC Save Session 2023-10-31 14:00:50 -05:00
Katie Kroell
985ba28f71 update API request 2023-10-31 14:15:45 -04:00
Katie Kroell
7f96695ec0 Merge branch 'develop' into feature/SSR-669-B 2023-10-30 16:37:37 -04:00
Michaela Brydon
fc753e4253 Troubleshooting 2023-10-27 15:01:23 -04:00
Michaela Brydon
4708c84d4a merge conflict resolution 2023-10-27 11:39:11 -04:00
Michaela Brydon
16201ba19d tpa search almost done 2023-10-27 10:53:04 -04:00
Jeremy Zimmerman
26c07aa8d6 Renamed CorrelationId to ReferralCorrelationId to match the service change.
Added handling of rejected promise on policy lookup call.
2023-10-24 16:15:31 -04:00
Katie Kroell
667c868864 unit test for payload 2023-10-20 16:02:47 -04:00
Katie Kroell
63c5999261 PR changes 2023-10-20 15:16:10 -04:00
Katie Kroell
beeeed8778 Merge branch 'develop' into feature/SSR-669 2023-10-20 14:42:52 -04:00
Katie Kroell
97d93cf594 test update 2023-10-20 14:40:54 -04:00
Bill Richardson
f337c54ea8 remove console logs 2023-10-20 10:13:43 -04:00
Bill Richardson
62eea7ede3 schedule clean up
add service location / schedule resets similar to FMG
fix weird loader scroll bar thing on datepicker
2023-10-20 10:04:43 -04:00
Katie Kroell
e618b26624 change includes to === 2023-10-19 14:03:10 -04:00
Katie Kroell
162a20a095 remove unneeded return 2023-10-18 15:46:07 -04:00
Katie Kroell
2f42dc1e78 unit tests - getFinalDeductible and updateDeductible 2023-10-17 15:57:24 -04:00