{"version":3,"sources":["include-fees-in-price.js"],"names":["includeFeesInPrice","productId","includes"],"mappings":"aACA,IAAAA,mBAAA,SAAAC,GAiBE,MAfID,CACJ,uCAWE,uCAXF,uCAcA,uCAfF,uCAOI,uCACA,uCACA,uCACA,uCACA,uCACA,wCAGgBE,SAASD","file":"include-fees-in-price.js","sourcesContent":["// helper function to check we we need to show the fees in the cart\n// list of productIds that needs to include the fees into the price display\n\nconst includeFeesInPrice = (productId) => {\n const productIds = [\n 'e22fe4f6-4323-409c-92dd-7c08c821261d',\n '0dad57b7-4eb3-471c-afd2-08dcc2a21c47',\n '13509931-13e2-46ee-905d-08dcc1506fac',\n 'a4911fd3-f74c-46d4-9f62-4c01edead7fc',\n '374dcca8-6e4f-4a7c-afd1-08dcc2a21c47',\n 'b9e7cf2f-5685-4abf-e556-08dbbf5f0502',\n '66cd0a37-37e9-4862-abb2-e7a40b05d99b',\n 'a3c362b1-2ec4-4f5b-8048-0c941ededb14',\n 'c45e1c36-e744-451c-afd3-08dcc2a21c47',\n '36c6f161-3616-47b8-5138-08dce85ffe3c', // Florida First Time Driver Drug and Alcohol Traffic Awareness + Florida Online Permit Exam\n '3275a493-fc68-497a-5137-08dce85ffe3c', // Florida First Time Driver Drug and Alcohol Traffic Awareness + Florida Online Permit Exam + Florida Permit Prep\n ];\n\n return productIds.includes(productId);\n};\n"]}