PCoder
|
ec5bfb18b3
|
Replace parenthesis is template
|
2019-12-26 14:05:56 +05:30 |
|
PCoder
|
c3b22992ea
|
Fix wrong elif syntax
|
2019-12-26 14:00:27 +05:30 |
|
PCoder
|
2038d719f0
|
Show status icon for pending and verified only
|
2019-12-26 13:58:50 +05:30 |
|
PCoder
|
b284ed70a6
|
Show error elegantly
|
2019-12-26 13:56:31 +05:30 |
|
PCoder
|
7eff6fc92c
|
Use correct field
|
2019-12-26 13:52:14 +05:30 |
|
PCoder
|
262bf3e2f7
|
Force VAT validation on each save
|
2019-12-26 13:49:18 +05:30 |
|
PCoder
|
99e70d95c4
|
VAT number validation in settings
|
2019-12-26 13:31:15 +05:30 |
|
PCoder
|
7d9ab322c9
|
Remove vat_validate_on session var
|
2019-12-26 12:38:00 +05:30 |
|
PCoder
|
fe6ade38eb
|
Update vat_number validated field based on tax_id + save
|
2019-12-26 11:54:54 +05:30 |
|
PCoder
|
242dbb2479
|
Bugfix: pass param
|
2019-12-26 11:50:15 +05:30 |
|
PCoder
|
833dc9bdcb
|
Change stripe_tax_id field to char + regenerate migrations
|
2019-12-26 11:41:29 +05:30 |
|
PCoder
|
9310f72cf9
|
Save tax id in billing address even if no StripeCustomer
|
2019-12-26 11:30:01 +05:30 |
|
PCoder
|
74d1bbb6d3
|
Add missing customer save call
|
2019-12-26 11:09:14 +05:30 |
|
PCoder
|
6fd0659c88
|
Another missing param
|
2019-12-26 11:02:58 +05:30 |
|
PCoder
|
4560c8bf83
|
Bugfix: Pass parameter name
|
2019-12-26 11:00:24 +05:30 |
|
PCoder
|
0e40ca6044
|
Also validate vat in order confirmation get
|
2019-12-26 10:55:01 +05:30 |
|
PCoder
|
c393902396
|
Save address form in payment post itself
|
2019-12-26 10:54:26 +05:30 |
|
PCoder
|
825e716625
|
Update tax_id fields of billing_addresses which belong to supplied user only
|
2019-12-26 10:51:50 +05:30 |
|
PCoder
|
0d208d2bd9
|
Take billing_address_id in validate_vat_number
|
2019-12-26 10:50:53 +05:30 |
|
PCoder
|
52201c0aa1
|
Clear billing_address_id session var also
|
2019-12-26 10:49:45 +05:30 |
|
PCoder
|
ca128dd8c4
|
Fix str formatting
|
2019-12-26 08:06:27 +05:30 |
|
PCoder
|
0b8315ca76
|
Remove wrong filter
|
2019-12-25 23:20:48 +05:30 |
|
PCoder
|
4a40438edc
|
Also handle ch_vat
|
2019-12-25 23:10:18 +05:30 |
|
PCoder
|
908c2e055c
|
Also clear vat_validation_status from session
|
2019-12-25 22:48:57 +05:30 |
|
PCoder
|
4491a52bd9
|
Check if vat_validation_status is in session
|
2019-12-25 22:45:55 +05:30 |
|
PCoder
|
b15ece7088
|
Validate VAT number only if it is set
|
2019-12-25 22:40:57 +05:30 |
|
PCoder
|
3b654f1c49
|
Correct++
|
2019-12-25 22:35:41 +05:30 |
|
PCoder
|
752b61a852
|
Correct the way to get the first object
|
2019-12-25 22:33:56 +05:30 |
|
PCoder
|
110459b38d
|
Show vat error in payment page
|
2019-12-25 22:27:14 +05:30 |
|
PCoder
|
de0fe77779
|
Bugfix: pass correct param
|
2019-12-25 22:22:08 +05:30 |
|
PCoder
|
785f99311d
|
Handle invalid VAT number case
|
2019-12-25 21:02:43 +05:30 |
|
PCoder
|
8cc766b62f
|
Update stripe to 2.41.0 to support tax id
|
2019-12-25 20:45:38 +05:30 |
|
PCoder
|
1b243822a9
|
Bugfix: remove unnecessary self param
|
2019-12-25 20:20:43 +05:30 |
|
PCoder
|
1400d27afa
|
Handle tax_id creation
|
2019-12-25 20:11:15 +05:30 |
|
PCoder
|
8996254212
|
Save stripe tax id
|
2019-12-25 18:44:43 +05:30 |
|
PCoder
|
80f01aec07
|
Add steps to be followed for tax_id updated webhook
|
2019-12-25 12:36:47 +05:30 |
|
PCoder
|
127c83059f
|
Add stub files from webhook app
|
2019-12-25 12:20:26 +05:30 |
|
PCoder
|
772c7557e3
|
Update Stripe version to 2.24.1 (supports webhook)
|
2019-12-25 12:09:43 +05:30 |
|
PCoder
|
55979f3701
|
Add webhook to installed apps + introduce some webhook constants
|
2019-12-25 12:09:04 +05:30 |
|
PCoder
|
f6832c090e
|
Add webhooks/views.py
|
2019-12-25 12:07:42 +05:30 |
|
PCoder
|
cb065d36df
|
Add webhook handling url
|
2019-12-25 12:07:09 +05:30 |
|
PCoder
|
50043f8283
|
Add webhook management command
Handles managing stripe webhooks
|
2019-12-25 12:03:58 +05:30 |
|
PCoder
|
c6db34efdd
|
Add DateTimeField vat_number_validated_on
|
2019-12-25 11:00:04 +05:30 |
|
PCoder
|
92570ada7f
|
Add VAT number to order detail (hosting)
|
2019-12-25 10:37:45 +05:30 |
|
PCoder
|
8ebd12c420
|
Add missing vat_number while saving billing address
|
2019-12-25 10:32:37 +05:30 |
|
PCoder
|
e48ae6a39d
|
Update migration to make vat_number non mandatory
|
2019-12-25 08:31:40 +05:30 |
|
PCoder
|
6eb4b03afe
|
Merge remote-tracking branch 'origin/master' into feature/VAT_number
|
2019-12-25 08:15:22 +05:30 |
|
PCoder
|
31905695c9
|
Add vertical spacing for mobile style
|
2019-12-24 19:00:17 +05:30 |
|
PCoder
|
6e17742d03
|
Update Changelog for 2.8.2
|
2019-12-24 18:02:14 +05:30 |
|
PCoder
|
7b7f8fb191
|
Set the calculator's post action url explicitly
|
2019-12-24 17:57:24 +05:30 |
|