MCPcopy Create free account
hub / github.com/code100x/cms / handleUpiDelete

Function handleUpiDelete

src/components/PaymentDropdown.tsx:46–48  ·  view source on GitHub ↗
(id: number)

Source from the content-addressed store, hash-verified

44 });
45
46 const handleUpiDelete = (id: number) => {
47 executeDeleteUPI({ id });
48 };
49
50 const handleSolanaDelete = (id: number) => {
51 executeDeleteSolana({ id });

Callers 1

PaymentMethodsDropdownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected