You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-5Lines changed: 16 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,14 @@
1
1
# Simple Python Wrapper for Stripe
2
2
3
-
Simple **Python** library that pulls the products from **Stripe** dashboard in `JSON format` using only **STRIPE_API_KEY** as input - actively supported by [AppSeed](https://appseed.us/) via `Email` and `Discord`. Available items:
3
+
Simple **Python** library that pulls the products from **Stripe** dashboard in `JSON format` using only **STRIPE_API_KEY** as input.
4
+
5
+
> Actively supported by [AppSeed](https://appseed.us/) via `Email` and `Discord`. Available items:
4
6
5
7
-`Product` Meta Information:
6
8
- ID, name, description
7
-
- All Images
8
-
- All Prices
9
-
- The default pricing
9
+
-`All Images`
10
+
-`All Prices`
11
+
- The `default price`
10
12
- separate node for quick access
11
13
12
14
<br />
@@ -71,7 +73,16 @@ All products associated with the account are pulled in `products.json`. Here is
71
73
72
74
<br />
73
75
74
-
> **Step 1** - Create `.env` using provided `env.sample`
76
+
> **Step 1** - Clone the sources from [public repository](https://github.com/app-generator/ecomm-wrapper-stripe)
0 commit comments