CUSTOMER_LOYALTY_CARD_SERVICE

Type: object Default: {"klass": "omnishop.loyaltycard.service.DefaultLoyaltyCardService"} Description: Configures the service implementation used to retrieve available loyalty card points and the optional minimum basket amount for redemption.

  • klass: Service class path that implements point balance retrieval and the optional minimum_basket_amount_for_redeem property

  • When minimum_basket_amount_for_redeem is implemented by the service, the basket total must meet or exceed this threshold before any loyalty points can be redeemed

Used in: LoyaltyCardPage context generation and input validation

Last updated

Was this helpful?