openOrder method.
- React
- JavaScript
copy
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
openOrder method.
const { openOrder } = useHallidayPayments();
// ...
openOrder(id); // ID is always a v4 UUID
const halliday = new HallidayPayments({ /* ... */});
// ...
halliday.openOrder(id); // ID is always a v4 UUID
