Update the service fee for jumpstart. #756

This commit is contained in:
Korina Cordero 2023-08-16 07:51:53 +00:00
parent de5f55ac0e
commit acf7ce0d4d

View file

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