Resolve "Update jumpstart service fee" #1681

Merged
korina.cordero merged 1 commit from 756-update-jumpstart-service-fee into 746-resq-2-0-final 2023-08-16 07:55:14 +00:00

View file

@ -42,7 +42,7 @@ class Jumpstart implements InvoiceRuleInterface
// TODO: we need to to put this somewhere like in .env
// so that if any chanages are to be made, we just edit the file
// instead of the code
return 150;
return 300;
}
public function validatePromo($criteria, $promo_id)