Update the service fee for jumpstart. #756
This commit is contained in:
parent
de5f55ac0e
commit
acf7ce0d4d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue