Merge branch '756-update-jumpstart-service-fee' into '746-resq-2-0-final'
Resolve "Update jumpstart service fee" See merge request jankstudio/resq!870
This commit is contained in:
commit
f481af3694
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
|
// 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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue