MCPcopy Index your code
hub / github.com/freeCodeCamp/freeCodeCamp / postChargeStripeCard

Function postChargeStripeCard

client/src/utils/ajax.ts:298–302  ·  view source on GitHub ↗
(
  body: Donation
)

Source from the content-addressed store, hash-verified

296}
297
298export function postChargeStripeCard(
299 body: Donation
300): Promise<ResponseWithData<void>> {
301 return post('/donate/charge-stripe-card', body);
302}
303
304export function generateExamToken(): Promise<
305 ResponseWithData<ExamTokenResponse>

Callers

nothing calls this directly

Calls 1

postFunction · 0.70

Tested by

no test coverage detected