Skip to content
This repository has been archived by the owner on Oct 24, 2022. It is now read-only.

Releases: joindeed/stripe-fees

Cover fees optional, return breakdown of fees

18 Jun 09:21
Compare
Choose a tag to compare

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

14 Jun 12:01
Compare
Choose a tag to compare

BREAKING: all amounts are now in cents, to be more inline with Stripe's recommendations for handling currencies.

Build before release

26 May 03:36
9f3a988
Compare
Choose a tag to compare
0.0.4

Include src in the release (for TS users)

One more try at the release

26 May 03:21
f3261c5
Compare
Choose a tag to compare
0.0.3

Bump version

Try to make a release with dist files

26 May 03:19
c57bac5
Compare
Choose a tag to compare
0.0.2

Create .npmignore file so dist would also get published

0.0.1

25 May 11:01
cdd7cf9
Compare
Choose a tag to compare
Update npmpublish.yml