zulip/corporate/tests
Eeshan Garg a808f02a22 billing/sponsorship: Allow blank organization URLs.
We ran into a bug in production caused by two issues:
- Some users came from orgs that didn't have a website and since
  the URL field was required, they submitted invalid URLs.
- We didn't properly respond to invalid form submissions, which
  led to UnboundLocalError exceptions in another part of the
  code.

This commit solves this by doing the following:
- We now allow blank URLs and have a convenient placeholder text
  label that tells users that they may leave the URL field blank.
- This commit refactors the code such that invalid form submissions
  result in an informative error message about what exactly went
  wrong.
2021-08-19 03:08:17 -07:00
..
stripe_fixtures stripe: Upgrade stripe API to 2020-08-27 version. 2021-07-23 21:44:41 -07:00
__init__.py
test_stripe.py billing/sponsorship: Allow blank organization URLs. 2021-08-19 03:08:17 -07:00