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 53e7640 commit 22fc9f2Copy full SHA for 22fc9f2
ChatGPT/src/main/java/cloud/cleo/squareup/FaceBookOperations.java
@@ -97,7 +97,7 @@ public static boolean sendPrivateBookingURL(String id) {
97
.putArray("buttons")
98
.addObject()
99
.put("type", "web_url")
100
- .put("messenger_extensions", true)
+ .put("messenger_extensions", "true")
101
.put("url", "https://" + PRIVATE_SHOPPING_URL)
102
.put("title", "Book Now!")
103
.put("webview_height_ratio", "full");
0 commit comments