PCoder
f8ba89c193
Fix params passing to method
2025-05-27 11:47:48 +05:30
PCoder
018c3b5bba
More debugging
2025-05-27 10:58:33 +05:30
PCoder
8ffa2d9c3c
Replace more f-strings
2025-05-21 11:27:22 +05:30
PCoder
b6239159b2
Remove f-strings to make things compatible
2025-05-21 11:17:15 +05:30
PCoder
60ddfa78b0
Handle getting the correct user_card_detail
...
Fixes
Traceback (most recent call last):
File "<console>", line 2, in <module>
File "/home/app/pyvenv/lib/python3.5/site-packages/django/db/models/manager.py", line 122, in manager_method
return getattr(self.get_queryset(), name)(*args, **kwargs)
File "/home/app/pyvenv/lib/python3.5/site-packages/django/db/models/query.py", line 391, in get
(self.model._meta.object_name, num)
hosting.models.MultipleObjectsReturned: get() returned more than one UserCardDetail -- it returned 2!
2025-05-16 16:05:53 +05:30
app@dynamicweb-production
94a9ac3147
Add change_fi_vatrate_2024.py management command
2024-09-26 11:13:56 +02:00
app@dynamicweb-production
4f8bd3b45f
Fix stripe_chgs object; make it consistent
2024-06-20 13:58:19 +02:00
app@dynamicweb-production
92cfe71bbe
Fix invoices list not showing one time charges
2024-05-08 09:57:56 +02:00
app@dynamicweb-production
bd4d81c286
Show virtual machine plan page for admin
2024-02-17 11:20:12 +01:00
5b5239d1d4
Merge branch 'master' into bugfix-charge-invoices
2024-02-09 15:41:43 +00:00
app@dynamicweb-production
41461538a3
Changes on prod
2024-02-09 16:38:10 +01:00
app@dynamicweb-production
7afa9d2f4c
Show settings view for admin
2024-02-09 16:37:34 +01:00
PCoder
96af882e6d
Fix mistake is obtaining the correct hosting order id
2024-02-09 21:03:17 +05:30
PCoder
7d22086677
Merge remote-tracking branch 'mainRepo/master'
2024-01-26 09:12:34 +05:30
PCoder
83d1e54137
Fix error when user accesses vm details and no invoices
2024-01-26 09:11:57 +05:30
PCoder
4d3da3387a
Print case where CustomUser is not found in the datbase from Stripe customer id
2023-12-27 20:36:59 +05:30
PCoder
94a81fc976
Fix obtaining correct CustomUSer
2023-12-27 19:49:50 +05:30
PCoder
36b091700e
Fix headers
2023-12-25 12:28:03 +05:30
PCoder
3c48811548
Fix typo
2023-12-25 12:25:07 +05:30
PCoder
10c167e76b
Fix typo
2023-12-25 12:23:52 +05:30
PCoder
f31838dbe5
Separate fields
2023-12-25 12:22:34 +05:30
PCoder
92e5254679
Fix customer name and vat rate
2023-12-25 12:14:48 +05:30
PCoder
a0ade926fb
Fix variable name typo
2023-12-25 11:44:52 +05:30
PCoder
ea4ff961c2
add missing logging
2023-12-25 11:43:29 +05:30
PCoder
5530b48d0d
Save subscriptions to be changed in a csv
2023-12-25 11:23:01 +05:30
PCoder
a492c3de1b
Add management command
2023-12-06 15:34:23 +05:30
app@dynamicweb-production
c69affc9a1
Add migration
2023-07-27 10:33:40 +02:00
app@dynamicweb-production
33aeaf7ddb
Increase max_digits for generic product price and vat
2023-07-27 10:32:46 +02:00
PCoder
138fd519b7
Change admin email to dcl-orders for vm purchase
2022-02-05 08:30:58 +05:30
PCoder
1d48dfb93b
Filter invoices by paid status
2021-03-29 07:23:58 +05:30
PCoder
6279fa4e7b
Fix missing escapes
2021-02-07 16:21:02 +05:30
PCoder
d46deaa23a
Do not use UserCardDetail to save card
2021-02-07 15:58:03 +05:30
PCoder
a5c83dd589
Update order confirmation text to better prepared for payment dispute
2021-02-07 15:55:47 +05:30
PCoder
3b874901bc
Update using correct card details
2021-01-12 13:40:03 +05:30
PCoder
640807eb62
Don't get card from local db
2021-01-12 13:39:11 +05:30
PCoder
1e67bef4f5
Remove unwanted code/comments
2021-01-07 16:30:33 +05:30
PCoder
7cd485bc6d
Fix issues on settings/card save/delete methods
2021-01-01 02:37:52 +05:30
PCoder
31c5336e18
Show cards directly from Stripe and dissociate using PaymentMethod
2021-01-01 01:59:41 +05:30
PCoder
36505db5a2
set default_payment_method
2021-01-01 01:35:59 +05:30
PCoder
ba3c5ddd1d
Use different js code for one-time and subscriptions
2021-01-01 00:09:47 +05:30
PCoder
13f5f576b5
Fix getting cc details from payment_methods
2020-12-31 17:23:43 +05:30
PCoder
7db0594778
Update IncompletePaymentIntents to allow null subscription id and charge id
2020-12-31 16:12:22 +05:30
PCoder
9ae4b96968
Add hosting/migrations/0064_incompletepaymentintents.py
2020-12-31 15:43:46 +05:30
PCoder
f628046417
Add IncompletePaymentIntents model
2020-12-31 15:25:14 +05:30
PCoder
41de724904
Handle PaymentMethod type in set_default_card
2020-12-31 15:24:47 +05:30
PCoder
42c9ec6f28
Handle js success/error messages
2020-12-31 10:32:25 +05:30
PCoder
c3286a68a5
Use payment method instead of token and PaymentIntent all over
2020-12-31 10:04:21 +05:30
PCoder
e9c596de66
Test PaymentIntent for payment of generic onetime products
2020-12-24 20:03:46 +05:30
PCoder
1c4f297775
Begin migrating to PaymentIntent
2020-12-24 19:34:06 +05:30
PCoder
95a1b8fa20
Make complete_at allow null
2020-12-23 11:52:41 +05:30