_ahmedbilal
|
0ea2a68142
|
Fixed order in which AUTH Token is generated
|
3 years ago |
PCoder
|
4c916072c3
|
Update Changelog
|
3 years ago |
PCoder
|
1897cc087c
|
Handle config not set cases more gracefully
|
3 years ago |
PCoder
|
ab1714e733
|
Update Changelog
|
3 years ago |
PCoder
|
8da25be8b8
|
Show minimum_subscription_period only for recurring products
|
3 years ago |
PCoder
|
72d651ea76
|
Improve the price shown to user
|
3 years ago |
PCoder
|
671ec75584
|
Handle one-time payment
|
3 years ago |
PCoder
|
4c31e40411
|
Update changelog
|
3 years ago |
PCoder
|
ffda97ca8c
|
Remove unwanted logging + improve the order key
|
3 years ago |
PCoder
|
3dab0efcd6
|
Correct product_id
It was containing the entire dir /v1/...
|
3 years ago |
PCoder
|
dd5da3b234
|
Add Changelog
|
3 years ago |
PCoder
|
9f0405b299
|
Correct script name
|
3 years ago |
PCoder
|
5e8fb30405
|
Update README.md
|
3 years ago |
PCoder
|
7ec5831f9b
|
Add env.sample
|
3 years ago |
PCoder
|
56725af770
|
Refactor + improve order list
|
3 years ago |
PCoder
|
2c1a9986f4
|
Use refactored method + improved ordered_at time shown to user
|
3 years ago |
PCoder
|
ca41a9bcab
|
Use the user's name instead of asking email
|
3 years ago |
PCoder
|
497c535de1
|
Add product_id/create_at/created_by fields for product
|
3 years ago |
PCoder
|
9ed0fdf468
|
Add get_user_friendly_product
|
3 years ago |
PCoder
|
665c327fc5
|
Supply interval param for creating the subscription
{month, year} work; needs testing for others
|
3 years ago |
PCoder
|
5201b9a443
|
Rename duration -> period and remove recurring_duration_units
|
3 years ago |
PCoder
|
d45c953eae
|
Add parsedatetime to pipenv
|
3 years ago |
PCoder
|
b93aefa607
|
Add minimum_subscription_duration to recurring products
|
3 years ago |
PCoder
|
5e4b105b97
|
Fix bug: access wrong key
|
3 years ago |
PCoder
|
6c2183a6c8
|
Improve the details in products that we show
|
3 years ago |
PCoder
|
9b8a9c563a
|
Handle None when all stripe plans are empty
|
3 years ago |
PCoder
|
44a68f88d8
|
Deactivate port if not set
|
3 years ago |
PCoder
|
0a6db9ebc0
|
Handler /order/list
|
3 years ago |
PCoder
|
98a25361ea
|
Put client orders properly
|
3 years ago |
PCoder
|
591eaadea2
|
Fix bug: forgot cast to string
|
3 years ago |
PCoder
|
c2514cd5b5
|
Add code to subscribe user to recurring subscriptions
|
3 years ago |
PCoder
|
9c210ae2e4
|
Fix bugs: gettings all plans and putting them back to db
|
3 years ago |
PCoder
|
eb241c8b85
|
Improve logging
|
3 years ago |
PCoder
|
c3467d98d8
|
Add/delete Stripe plans
|
3 years ago |
PCoder
|
5749b644ee
|
Detect one time or recurring product
|
3 years ago |
PCoder
|
e32baf65a0
|
Rename ucloud-pay to ucloud_pay
|
3 years ago |
PCoder
|
14067de378
|
Code reformatting
|
3 years ago |
PCoder
|
97743f1346
|
Use get instead of get_prefix to obtain the desired product
|
3 years ago |
PCoder
|
a7ba9669f8
|
Implement validate product
|
3 years ago |
PCoder
|
77dd6cb14e
|
Indent
|
3 years ago |
PCoder
|
fefc1947e2
|
Add basic flow for ProductOrder
|
3 years ago |
PCoder
|
c83c7720b3
|
Forbid unwanted realms from add products
|
3 years ago |
PCoder
|
73a7d9dc8b
|
Add uuid to identify products
|
3 years ago |
PCoder
|
15911872f3
|
Simplify logic and log everything
|
3 years ago |
PCoder
|
ba9961a01a
|
Add card exists method
|
3 years ago |
PCoder
|
0359eb22f9
|
Create a fresh token to avoid issue with reuse of tokens
(doesn't work well entirely -> creates duplicate cards)
|
3 years ago |
PCoder
|
77c1ca76fa
|
Borrow stripe_utils from dynamicweb
(avoid reinventing the wheel)
|
3 years ago |
PCoder
|
8cc568f736
|
Add otp validation + handle key error for add product
|
3 years ago |
PCoder
|
e1f9db5479
|
Fix errors in --register-payment
|
3 years ago |
PCoder
|
5b7e7a4606
|
Add UserRegisterPayment + check_otp
|
3 years ago |