This repository has been archived by the owner on Oct 24, 2022. It is now read-only.
Releases: joindeed/stripe-fees
Releases · joindeed/stripe-fees
Cover fees optional, return breakdown of fees
BREAKING!
Instead of returning an integer of total fee, we now return a fee breakdown:
{
totalFeeAmount: number,
applicationFeeAmount: number,
providerFeeAmount: number
}
Also added a coverFees
parameter that allows you disable the covering fees mode. Defaults to true, for backwards compatibility.
Switch to cents
BREAKING: all amounts are now in cents, to be more inline with Stripe's recommendations for handling currencies.
Build before release
0.0.4 Include src in the release (for TS users)
One more try at the release
0.0.3 Bump version
Try to make a release with dist files
0.0.2 Create .npmignore file so dist would also get published