We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77d3caf commit a59889fCopy full SHA for a59889f
src/screens/CheckoutScreen.tsx
@@ -65,6 +65,7 @@ const CheckoutScreen = () => {
65
},
66
);
67
};
68
+
69
const placeOrder = async (
70
uiToast: null | UIToast = null,
71
): Promise<Response> => {
@@ -77,6 +78,7 @@ const CheckoutScreen = () => {
77
78
quantities[item.id] = item.quantity;
79
}
80
});
81
82
const data = {
83
// This is the data structure implemented by application-monitoring-react and flask
84
cart: {items: cart, quantities},
0 commit comments