Description:
Allow the Admin to set a "Discount Rate" for specific tokens (e.g., Pay with AQUA, get 10% off).
Acceptance Criteria:
[ ] set_discount(token_address, percentage).
[ ] Apply logic in buy_access: if token == discount_token { price = price * 0.9 }.
Priority: Low
Labels: marketing, tokens
Description:
Allow the Admin to set a "Discount Rate" for specific tokens (e.g., Pay with AQUA, get 10% off).
Acceptance Criteria:
[ ] set_discount(token_address, percentage).
[ ] Apply logic in buy_access: if token == discount_token { price = price * 0.9 }.
Priority: Low
Labels: marketing, tokens