Skip to content

Commit cf745df

Browse files
committed
prettify donation description language
1 parent 88a9b26 commit cf745df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/items/recurring_donation.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def prepare_checkout(callback_host)
3636
helpers.stripe_callback_recurring_donation_failure_path(self))
3737

3838
# how the recurring donation description will appear in Stripe dashboard
39-
recurring_donation_stripe_name = "$#{amount.to_i} monthly #{customer.full_name_with_email}"
39+
recurring_donation_stripe_name = "recurring donation to #{Option.venue} from #{customer.full_name_with_email}"
4040

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

0 commit comments

Comments
 (0)