PCoder
|
2a59a3336b
|
Add metadata (vm_id) to Stripe subscription
|
2017-10-28 20:25:18 +02:00 |
|
PCoder
|
73169e825d
|
Add set_as_default parameter for associate_customer_card method
|
2017-10-28 15:13:38 +02:00 |
|
PCoder
|
1374eaf1a2
|
Rename id to stripe_api_cus_id
|
2017-10-27 00:41:49 +02:00 |
|
M.Ravi
|
85d19c004b
|
Remove redundant code in check_customer
|
2017-10-26 15:21:29 +02:00 |
|
PCoder
|
1e08ae5426
|
Stripe API: Use list() instead of all() as the former is deprecated
|
2017-10-21 20:46:29 +02:00 |
|
PCoder
|
fb2056bf95
|
Update stripe_id for a missing case
|
2017-10-21 20:45:00 +02:00 |
|
PCoder
|
70b6bbdf2f
|
Save card id as a parameter and use it to delete a source
|
2017-10-21 13:27:35 +02:00 |
|
M.Ravi
|
a3ce43fd53
|
Add add_card_to_stripe_customer function
|
2017-10-15 23:32:16 +02:00 |
|
M.Ravi
|
83363f4701
|
Remove some lines
|
2017-10-15 21:46:26 +02:00 |
|
M.Ravi
|
7d69d8d5d4
|
Add get_cards_details_from_token function
|
2017-10-15 21:45:17 +02:00 |
|
M.Ravi
|
b848841337
|
Add logger error messages for Stripe errors
|
2017-10-02 01:35:28 +02:00 |
|
PCoder
|
9ab7622a9c
|
Reformatted stripe_utils.py
|
2017-09-23 03:25:48 +05:30 |
|
PCoder
|
285d664660
|
Refactored obtaining stripe plan name to utils.stripe_utils.get_stripe_plan_name
|
2017-09-23 03:17:21 +05:30 |
|
PCoder
|
b5e488e326
|
Formatted utils/stripe_utils.py
|
2017-08-24 10:31:57 +05:30 |
|
PCoder
|
9eecfbda64
|
Added hdd parameter as an optional parameter to the subscription plan id
|
2017-08-22 02:13:12 +05:30 |
|
PCoder
|
35736ae593
|
Refactored some code
|
2017-08-18 01:49:27 +05:30 |
|
PCoder
|
fc70c30f21
|
Merged master into task/3701/enable_monthly_payments
|
2017-08-18 00:40:57 +05:30 |
|
Pcoder
|
a80b0668a2
|
Merge pull request #432 from siarheipuhach/feature/task3637
task/3637/Added stripe failed payment error handler
|
2017-08-17 20:50:18 +02:00 |
|
M.Ravi
|
5fe6007ad2
|
Refactored code and added app as a parameter in get_stripe_plan_id
|
2017-08-17 18:21:53 +02:00 |
|
M.Ravi
|
ffd0d24f1a
|
Refactored code
|
2017-08-17 13:23:49 +02:00 |
|
M.Ravi
|
2a348c40d1
|
Refactored code and added delete_stripe_plan method
|
2017-08-17 12:42:34 +02:00 |
|
M.Ravi
|
bba82e95d1
|
Cleaned up some unused code
|
2017-08-17 11:04:22 +02:00 |
|
PCoder
|
783ab5714c
|
Improved get_or_create_plan and subscribe_customer_to_plan
|
2017-08-17 13:01:05 +05:30 |
|
PCoder
|
974617badb
|
Added get_or_create_plan and subscribe_customer_to_plan and get_stripe_plan_id_string functions to StripeUtils class
|
2017-08-17 04:23:38 +05:30 |
|
PCoder
|
3be7fbe2ee
|
Added name parameter for creating StripeCustomer and set description to this
|
2017-08-15 16:05:52 +05:30 |
|
Siarhei Puhach
|
4de04b2663
|
Changed visa card error placement
|
2017-08-07 09:56:57 +03:00 |
|
M.Ravi
|
c8cf166571
|
Merged code from siarheipuhach/dynamicweb
|
2017-07-01 15:18:44 +02:00 |
|
PCoder
|
d161a285b8
|
Added get_card_details function to stripe_utils
|
2017-06-30 11:08:00 +05:30 |
|
Siarhei Puhach
|
edcfd3e9f4
|
Added Flake8 lib and fixed PEP8 violations
|
2017-06-29 17:34:40 +03:00 |
|
Levi
|
8598c540b9
|
removed pdb
|
2017-06-04 17:05:48 -05:00 |
|
Levi
|
ab4d1cf9c9
|
Changes stripe v2 to stripe v3 and added localization support
|
2017-06-04 17:04:38 -05:00 |
|
Levi
|
9a93a3e315
|
fixed vm pricing error
|
2017-05-25 13:04:29 -05:00 |
|
Levi
|
63bb92fc6b
|
Fixed change card feature
|
2017-01-20 11:33:25 -05:00 |
|
Levi
|
3da05e8025
|
Finished responsive issues
|
2016-12-19 09:33:15 -05:00 |
|
Levi
|
4580a75f89
|
Added DonatorStatus model in order to know if an donator has canceled or not his monthly donation, Now we create a DonatorStatus for the user after receiving his first donation. Added DonatorStatus view. Added donator_status.html in order to allow an user view his donation status , Added action to allow user to cancel his monthly donations. Now the user can logout using navbar. added Donation model to admin.Added command make_donations_charges in order to create stripe current monthly donations from all donators
|
2016-07-27 00:08:45 -05:00 |
|
Levi
|
b34d84657e
|
Added HostingUserLoginForm test, Added HostingUserSignupForm test, Added PasswordResetRequestForm Test, Added SetPasswordForm test, Created custom 404 page
|
2016-07-07 23:35:50 -05:00 |
|
Tomislav R
|
fbbee2839c
|
resolve base.py conflict
|
2016-05-07 23:05:46 +02:00 |
|
Levi
|
14f78893d5
|
Added DjangoHostingView test, Added RailsHostingView test, Added, NodeJSHostingView test, Changed VMPlan model, Fixed templates to support new relationship between orders and VMplans, Merged Calendar feature with Booking
|
2016-05-05 01:03:35 -05:00 |
|
Tom
|
41bcdc92d0
|
remove debugger
|
2016-05-04 17:45:12 +00:00 |
|
Tomislav R
|
52ea4eec49
|
resolve merge conflicts
|
2016-05-04 17:36:54 +02:00 |
|
Tomislav R
|
65e3cdeb94
|
update dg payment
|
2016-05-01 14:13:12 +02:00 |
|
Levi
|
46ab364184
|
Handled stripe payment errors , Added invoice template, Added view to handle invoice data
|
2016-04-27 01:54:15 -05:00 |
|
Levi
|
bf334a38d4
|
Added Hosting Order model, Created Billing Address Model , Method to create a customer using Stripe API , Created Customer Stripe profile to store for further charges , Method in order to charge an amount to a customer
|
2016-04-26 01:16:03 -05:00 |
|
Levi
|
5456c4c341
|
Created a base template for login / signup, Fixed some html design issues on login / signup pages, Added Billing Address Form to payment page, Handle Billing Address Form validation, Created VirtualMachinePlan model in order to store user purchased VM, Create method in order to create a stripe plan , Investigated about stripe payment workflows
|
2016-04-23 02:22:44 -05:00 |
|