We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f5045 commit 3867036Copy full SHA for 3867036
worker/src/Endpoint/Donate.hs
@@ -163,6 +163,7 @@ setupOnetimeDonation manager cents =
163
, "line_items[][amount]" ==> BSC.pack (show cents)
164
, "line_items[][currency]" ==> "usd"
165
, "line_items[][quantity]" ==> "1"
166
+ , "submit_type" ==> "donate"
167
, "success_url" ==> "https://foundation.elm-lang.org/thank_you?session_id={CHECKOUT_SESSION_ID}"
168
, "cancel_url" ==> "https://foundation.elm-lang.org/donate"
169
]
0 commit comments