diff --git a/src/InvoiceRule/Jumpstart.php b/src/InvoiceRule/Jumpstart.php index a97ddce7..c8cdeb10 100644 --- a/src/InvoiceRule/Jumpstart.php +++ b/src/InvoiceRule/Jumpstart.php @@ -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)