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

Function updateStripeCard

client/src/utils/ajax.ts:288–290  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

286}
287
288export function updateStripeCard() {
289 return put('/donate/update-stripe-card', {});
290}
291
292export function postChargeStripe(
293 body: Donation

Callers

nothing calls this directly

Calls 1

putFunction · 0.85

Tested by

no test coverage detected