We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88a9b26 commit cf745dfCopy full SHA for cf745df
app/models/items/recurring_donation.rb
@@ -36,7 +36,7 @@ def prepare_checkout(callback_host)
36
helpers.stripe_callback_recurring_donation_failure_path(self))
37
38
# how the recurring donation description will appear in Stripe dashboard
39
- recurring_donation_stripe_name = "$#{amount.to_i} monthly #{customer.full_name_with_email}"
+ recurring_donation_stripe_name = "recurring donation to #{Option.venue} from #{customer.full_name_with_email}"
40
41
# create the Price object and find/create the Product object for a recurring donation
42
Store::Payment.set_api_key
0 commit comments