MCPcopy
hub / github.com/freeCodeCamp/freeCodeCamp / Donation

Interface Donation

client/src/utils/ajax.ts:258–266  ·  view source on GitHub ↗

POST

Source from the content-addressed store, hash-verified

256/** POST **/
257
258interface Donation {
259 email: string;
260 amount: number;
261 duration: string;
262 provider: string;
263 subscriptionId: string;
264 customerId: string;
265 startDate: Date;
266}
267
268interface SocratesHintPayload {
269 userInput: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected