Skip to content

Commit 66c72f0

Browse files
committed
get rid of description
ends up being 100% redundant information on the payment page
1 parent 46f3543 commit 66c72f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

worker/src/Endpoint/Donate.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ toOneTimeParts :: Int -> [(BS.ByteString, BS.ByteString)]
142142
toOneTimeParts cents =
143143
[ "payment_method_types[]" ==> "card"
144144
, "line_items[][name]" ==> "One-time donation"
145-
, "line_items[][description]" ==> "One-time donation to Elm Software Foundation"
146145
, "line_items[][images][]" ==> "https://foundation.elm-lang.org/donation.png"
147146
, "line_items[][amount]" ==> BSC.pack (show cents)
148147
, "line_items[][currency]" ==> "usd"

0 commit comments

Comments
 (0)