asdf
All checks were successful
Deploy App to Docker / deploy (push) Successful in 44s

This commit is contained in:
2025-04-14 19:18:49 -04:00
parent de3821aa80
commit 9ff87dc107
2 changed files with 8 additions and 8 deletions

View File

@@ -13,8 +13,8 @@ import logging
logger = logging.getLogger(__name__)
ACTIVE_PRICING_ALGORITHIM = 'tcgplayer_recommended_algo' # 'default_pricing_algo' or 'tcgplayer_recommended_algo'
FREE_SHIPPING = True
ACTIVE_PRICING_ALGORITHIM = 'default_pricing_algo' # 'default_pricing_algo' or 'tcgplayer_recommended_algo'
FREE_SHIPPING = False
class PricingService: