Commit graph

565 commits

Author SHA1 Message Date
Leah Schumann
d8dd23e2c9 Merged from develop, prettified 2023-10-25 11:39:32 -04:00
Leah Schumann
3d1a9d6299 WIP - Taxes added 2023-10-25 11:32:01 -04:00
Leah Schumann
936bc95957 Revert "Merge branch 'develop' into feature/CSR-1382-loose-ends"
This reverts commit 8b742bbc44, reversing
changes made to c94e3e3740.
2023-10-25 07:35:06 -04:00
Leah Schumann
8b742bbc44 Merge branch 'develop' into feature/CSR-1382-loose-ends 2023-10-24 15:48:00 -04:00
scottkiener
38557f7477
Merge pull request #1447 from Safelite/feature/skiener/CSR-1656
CSR-1656 | Store promo information from load-session
2023-10-24 10:51:52 -04:00
Scott Kiener
9213908105 CSR-1656 | Modify validate promos request 2023-10-24 10:46:01 -04:00
Scott Kiener
f7715b35e5 CSR-1656 | Front end promo bug fixes
Don't save empty serverData to store
Save all promos on quote page nav
2023-10-24 10:12:57 -04:00
scottkiener
995d1b42e9
Merge pull request #1445 from Safelite/feature/skiener/CSR-1656
CSR-1656 | Store promo information from load-session
2023-10-24 09:26:26 -04:00
CarlNation
fd72735a8c CSR-1390 prettier 2023-10-24 08:29:41 -04:00
CarlNation
b9750982a4 CSR-1390
use payment method constants
2023-10-24 08:25:58 -04:00
Scott Kiener
e93a5e049d CSR-1656 | Store promo information from load-session 2023-10-23 15:15:33 -04:00
Leah Schumann
8439dd3938 WIP 2023-10-23 14:27:37 -04:00
CarlNation
93cf47df5a CSR-1390
prettier
2023-10-23 10:06:59 -04:00
CarlNation
9b0089a3b0 Merge branch 'develop' into feature/CSR-1390-style 2023-10-23 09:57:21 -04:00
CarlNation
3be7e71481 CSR-1390
credit card and paypal settlement changes for NextGen
2023-10-23 09:56:35 -04:00
Leah Schumann
0d1e87b9d8 Post merge adjustments 2023-10-20 11:53:19 -04:00
Leah Schumann
7c60a4c069 Fixed the NaN issue that was introduced with Tax stuff 2023-10-20 11:20:03 -04:00
Leah Schumann
86fde0c034 WIP 2023-10-20 11:11:57 -04:00
Leah Schumann
e297bfdc1a Merge branch 'develop' into feature/CSR-1395-sales-tax-store-methods 2023-10-18 09:12:21 -04:00
Leah Schumann
cb01a42341 Cart now calculating tax, there may be other issues in the cart that may effect calculation 2023-10-18 09:10:53 -04:00
CarlNation
52111388dd Merge branch 'develop' into feature/CSR-1390-style 2023-10-17 22:52:25 -04:00
CarlNation
b8d5ecd08e CSR-1390
V3 submit, provisional booking, credit card payments
2023-10-17 22:51:44 -04:00
Chloe Herd
b3f6df7612 Update pattern for resetting payment method 2023-10-17 15:06:06 -04:00
Chloe Herd
1e9d3f7a4d Add payment-method resetting 2023-10-17 10:57:19 -04:00
Chloe Herd
616cb187ed Merge branch 'develop' into feature/csr-1465 2023-10-17 10:09:02 -04:00
CarlNation
32ce8283c5 Merge branch 'release/2023.09.21' into rlsmerge/2023.09.21-to-develop 2023-10-14 11:06:11 -04:00
Chloe Herd
655360b0c8 Merge branch 'develop' into feature/csr-1465 2023-10-13 15:38:10 -04:00
CarlNation
6d670e43c8 CSR-1679
pass useragent to determine sourceDnis
2023-10-13 14:20:53 -04:00
Scott Kiener
8601f61442 Merge remote-tracking branch 'origin/develop' into feature/skiener/CSR-1520 2023-10-12 12:05:38 -04:00
Scott Kiener
bc40d03925 Merge remote-tracking branch 'origin/develop' into feature/skiener/CSR-1520 2023-10-12 12:03:23 -04:00
Scott Kiener
291e13330d CSR-1520 | First integration of promo logic
Implementation of validate and revalidate endpoints in the store
Validate promo on quote via query string promo
Revalidate promos on quote page load
Remove promo query string on quote and payment-method forward navigation
Add in Id logic for all line items
Send relevant pricing data to service package question to be used later for UX changes
2023-10-12 12:03:02 -04:00
Leah Schumann
01892602c9 Merge branch 'develop' into feature/CSR-1395-sales-tax-store-methods 2023-10-12 11:34:44 -04:00
Chloe Herd
6dec3371c2 Add pia to store 2023-10-11 14:06:21 -04:00
Adam Caouette
d6653354e7 Merge branch 'develop' into feature/CSR-1384-modals-for-add-vaps 2023-10-11 14:04:54 -04:00
Adam Caouette
4c8e81d38d CSR-1384: update store method to avoid mutating original lineItems array 2023-10-11 13:59:13 -04:00
Chloe Herd
ad2a1001e6 Fix unit tests 2023-10-11 13:22:49 -04:00
Chloe Herd
3abdefe6cd Add non-placeholder values 2023-10-11 10:48:15 -04:00
Adam Caouette
575978ae65 CSR-1384: refactoring re: deepClone, naming 2023-10-11 10:17:14 -04:00
Chloe Herd
41a63aa4be Merge branch 'develop' into feature/CSR-1389 2023-10-11 09:22:05 -04:00
Leah Schumann
f7c1c64126 Frontend method to call tax endpoint 2023-10-10 15:07:14 -04:00
Chloe Herd
fcc3c5ab95 Initial changes for PIA experiments 2023-10-10 09:50:50 -04:00
CarlNation
a242946770 CSR-1392
Create work order in delete sub status for pia.  add amount due
2023-10-10 06:49:16 -04:00
Leah Schumann
d7c2789f26 Merge branch 'develop' into feature/CSR-1395-calculate-sales-tax 2023-10-06 08:34:09 -04:00
CarlNation
1dba4521c5 CSR-1392
added paypal errorhandling and modals
2023-10-05 08:51:16 -04:00
CarlNation
bd994e8b74 CSR-1392
begin paypal integration work
2023-10-02 10:26:54 -04:00
CarlNation
b662ee4a99 CSR-1413
add routing from review to payment-method.
also move the submit work order from review to payment-method and await it.
2023-09-28 13:41:04 -04:00
Sneha
ee3163549b Update index.js
Changes for save vehicle method
2023-09-28 13:57:20 +05:30
Chloe Herd
fee2d441a1 Add logging to resetScheduleIfUnavailable 2023-09-26 12:20:25 -04:00
chloeherdsafelite
e024258980
Merge pull request #1354 from Safelite/bug/chloeherd/analytics-mismatch
Bug/chloeherd/analytics mismatch
2023-09-22 10:29:05 -04:00
Sneha
33f3a7676e CSR-1661 2023-09-22 16:38:48 +05:30