We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f3543 commit 66c72f0Copy full SHA for 66c72f0
worker/src/Endpoint/Donate.hs
@@ -142,7 +142,6 @@ toOneTimeParts :: Int -> [(BS.ByteString, BS.ByteString)]
142
toOneTimeParts cents =
143
[ "payment_method_types[]" ==> "card"
144
, "line_items[][name]" ==> "One-time donation"
145
- , "line_items[][description]" ==> "One-time donation to Elm Software Foundation"
146
, "line_items[][images][]" ==> "https://foundation.elm-lang.org/donation.png"
147
, "line_items[][amount]" ==> BSC.pack (show cents)
148
, "line_items[][currency]" ==> "usd"
0 commit comments