Skip to content

Commit

Permalink
Set Statement Descriptor on all Stripe Plans we create
Browse files Browse the repository at this point in the history
  • Loading branch information
begedin committed Nov 29, 2016
1 parent 1c5bf5f commit d860933
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/code_corps/stripe_service/stripe_connect_plan.ex
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ defmodule CodeCorps.StripeService.StripeConnectPlanService do
currency: "usd",
id: "month",
interval: "month",
name: "Monthly donation"
name: "Monthly donation",
statement_descriptor: "CODECORPS.ORG Monthly Donation"
}
end

Expand Down

0 comments on commit d860933

Please sign in to comment.