Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoor committed Jun 9, 2017
1 parent 79318a2 commit bb0d345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aa_stripe/models.py
Expand Up @@ -101,7 +101,7 @@ class StripeSubscriptionPlan(StripeBasicModel):
source = JSONField(blank=True, help_text=_("Source of the plan, ie: {\"prescription\": 1}"))
amount = models.IntegerField(help_text=_("In cents. More: https://stripe.com/docs/api#create_plan-amount"))
currency = models.CharField(
max_length=3, help_text=_("3 letter ISO code, default USD, , https://stripe.com/docs/api#create_plan-currency"),
max_length=3, help_text=_("3 letter ISO code, default USD, https://stripe.com/docs/api#create_plan-currency"),
default="USD")
name = models.CharField(
max_length=255, help_text=_("Name of the plan, to be displayed on invoices and in the web interface."))
Expand Down

0 comments on commit bb0d345

Please sign in to comment.