MCPcopy 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
292export function postChargeStripe(
293 body: Donation
294): Promise<ResponseWithData<void>> {
295 return post('/donate/charge-stripe', body);
296}
297
298export function postChargeStripeCard(
299 body: Donation

Callers

nothing calls this directly

Calls 1

postFunction · 0.70

Tested by

no test coverage detected