Skip to content

feat: add minimum charge support#12

Merged
lukTS merged 1 commit into
mainfrom
feat/min-charge
May 20, 2026
Merged

feat: add minimum charge support#12
lukTS merged 1 commit into
mainfrom
feat/min-charge

Conversation

@lukTS
Copy link
Copy Markdown
Owner

@lukTS lukTS commented May 20, 2026

What

Add minimum charge logic to the pricing engine.

Changes

  • If subtotal < minCharge, use minCharge as subtotal
  • No effect when minCharge is not set
  • Unit tests for all minCharge scenarios

Closes #6

- If subtotal < minCharge, use minCharge as subtotal
- No effect when minCharge is not set
- Unit tests for all minCharge scenarios

Closes #6
@lukTS lukTS added this to the v0.1.0 milestone May 20, 2026
@lukTS lukTS self-assigned this May 20, 2026
@lukTS lukTS added the enhancement New feature or request label May 20, 2026
@lukTS lukTS merged commit e6ab80e into main May 20, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: add minimum charge support

1 participant