View | Details | Raw Unified | Return to bug 40665
Collapse All | Expand All

(-)a/t/cypress/plugins/insertData.js (-2 / +1 lines)
Lines 747-753 const insertObject = async ({ type, object, baseUrl, authHeader }) => { Link Here
747
            authHeader,
747
            authHeader,
748
        });
748
        });
749
    } else if (type == "checkout") {
749
    } else if (type == "checkout") {
750
        const { issuer, patron, ...checkout } = object;
750
        const { issuer, patron, booking, ...checkout } = object;
751
751
752
        let endpoint = "/api/v1/checkouts";
752
        let endpoint = "/api/v1/checkouts";
753
        // Force the checkout - we might need a parameter to control this behaviour later
753
        // Force the checkout - we might need a parameter to control this behaviour later
754
- 

Return to bug 40665