Skip to content

Commit

Permalink
prettify donation description language
Browse files Browse the repository at this point in the history
  • Loading branch information
armandofox committed Jan 10, 2025
1 parent 88a9b26 commit cf745df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/items/recurring_donation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def prepare_checkout(callback_host)
helpers.stripe_callback_recurring_donation_failure_path(self))

# how the recurring donation description will appear in Stripe dashboard
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}"

# create the Price object and find/create the Product object for a recurring donation
Store::Payment.set_api_key
Expand Down

0 comments on commit cf745df

Please sign in to comment.