Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/freeCodeCamp/freeCodeCamp
/ postChargeStripe
Function
postChargeStripe
client/src/utils/ajax.ts:292–296 ·
view source on GitHub ↗
( body: Donation )
Source
from the content-addressed store, hash-verified
290
}
291
292
export
function
postChargeStripe(
293
body: Donation
294
): Promise<ResponseWithData<void>> {
295
return
post(
'/donate/charge-stripe'
, body);
296
}
297
298
export
function
postChargeStripeCard(
299
body: Donation
Callers
nothing calls this directly
Calls
1
post
Function · 0.70
Tested by
no test coverage detected