Skip to content

Commit

Permalink
add default value for enabled.shipping.fee to false
Browse files Browse the repository at this point in the history
  • Loading branch information
naruepracht-s committed Mar 24, 2024
1 parent d53c375 commit 07d07f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
@Service
public class CartService {

@Value("${enabled.shipping.fee}")
@Value("${enabled.shipping.fee:false}")
private boolean enableShippingFee;

private final PromotionRepository promotionRepository;
Expand Down

0 comments on commit 07d07f9

Please sign in to comment.