From 22f6dadafe24e3e37009ef6f0dbcfa5e76b332d4 Mon Sep 17 00:00:00 2001 From: Josh Smith Date: Tue, 6 Dec 2016 15:19:47 -0800 Subject: [PATCH] Limit to 22 chars in statement descriptor --- lib/code_corps/stripe_service/stripe_connect_plan.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/code_corps/stripe_service/stripe_connect_plan.ex b/lib/code_corps/stripe_service/stripe_connect_plan.ex index 3cf2efd32..05bc56bd8 100644 --- a/lib/code_corps/stripe_service/stripe_connect_plan.ex +++ b/lib/code_corps/stripe_service/stripe_connect_plan.ex @@ -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