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

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaip committed Jun 14, 2020
1 parent 6c23599 commit 555a709
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ E.g. transaction from UK card to US account:

```js
import calculateStripeFee from 'stripe-fees'
const stripeFee = calculateStripeFee(100, 'US', 'UK')
const stripeFee = calculateStripeFee(10000, 'US', 'UK')
```

But now you are left wondering, how to get the card country code from the Strip card input element before making the transaction (since it's protected from direct access)? Simple!
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stripe-fees",
"version": "0.0.4",
"version": "0.1.0",
"description": "Calculate Stripe fees for international and domestic transactions",
"keywords": [
"stripe"
Expand Down

0 comments on commit 555a709

Please sign in to comment.