From acf7ce0d4d33042e68d365233c820b8f120bdee3 Mon Sep 17 00:00:00 2001 From: Korina Cordero Date: Wed, 16 Aug 2023 07:51:53 +0000 Subject: [PATCH] Update the service fee for jumpstart. #756 --- src/InvoiceRule/Jumpstart.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.43.5