@webshop/root - v1.0.0
    Preparing search index...

    Controller for discount code validation.

    Abdelrahmen Sobhy

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    _discountRepository: DiscountRepository

    Methods

    • Validates a discount code against the current cart total.

      Parameters

      • req: Request<Record<string, never>, unknown, { code: string; total: number }>
      • res: Response

      Returns Promise<void>

      Abdelrahmen Sobhy