Skip to content

Commit

Permalink
Merge pull request #539 from code-corps/fix-chars-in-statement-descri…
Browse files Browse the repository at this point in the history
…ptor

Limit to 22 chars in statement descriptor
  • Loading branch information
joshsmith committed Dec 6, 2016
2 parents b2312c7 + 22f6dad commit 1d82926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/code_corps/stripe_service/stripe_connect_plan.ex
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ defmodule CodeCorps.StripeService.StripeConnectPlanService do
id: "month",
interval: "month",
name: "Monthly donation",
statement_descriptor: "CODECORPS.ORG Monthly Donation"
statement_descriptor: "CODECORPS.ORG Donation" # No more than 22 chars
}
end

Expand Down

0 comments on commit 1d82926

Please sign in to comment.