Add a Stripe library (#1996)

This commit is contained in:
Matt Haggard 2021-09-02 15:02:03 -04:00 committed by GitHub
parent 8008704792
commit e91b40229d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23636,5 +23636,17 @@
"description": "cross-platform file watcher with database", "description": "cross-platform file watcher with database",
"license": "MIT", "license": "MIT",
"web": "https://github.com/hamidb80/watch_for_files" "web": "https://github.com/hamidb80/watch_for_files"
},
{
"name": "stripe",
"url": "https://github.com/iffy/nim-stripe",
"method": "git",
"tags": [
"payments",
"library"
],
"description": "Nim client for Stripe.com",
"license": "MIT",
"web": "https://github.com/iffy/nim-stripe"
} }
] ]