MCPcopy
hub / github.com/ifandelse/machina.js / reachPayment

Function reachPayment

examples/with-react/src/fsm.test.ts:48–51  ·  view source on GitHub ↗
(fsm: any)

Source from the content-addressed store, hash-verified

46}
47
48function reachPayment(fsm: any): void {
49 fsm.handle("selectNewCustomer");
50 fsm.handle("next", PERSONAL_DETAILS_ZAPHOD);
51}
52
53function reachReview(fsm: any): void {
54 fsm.handle("selectNewCustomer");

Callers 1

fsm.test.tsFile · 0.85

Calls 1

handleMethod · 0.65

Tested by

no test coverage detected