ok
This commit is contained in:
@@ -220,6 +220,9 @@ export async function saveCafeDetails(cafeId, details) {
|
||||
}
|
||||
if (details.qrSize) formData.append("scale", details.qrSize);
|
||||
|
||||
if (details.cafeIdentifyName) formData.append("cafeIdentifyName", details.cafeIdentifyName);
|
||||
console.log(details.cafeIdentifyName)
|
||||
|
||||
const response = await fetch(`${API_BASE_URL}/cafe/set-cafe/${cafeId}`, {
|
||||
method: "PUT",
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user