Skip to content

Commit 22fc9f2

Browse files
committed
Facebook buttons
1 parent 53e7640 commit 22fc9f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ChatGPT/src/main/java/cloud/cleo/squareup/FaceBookOperations.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public static boolean sendPrivateBookingURL(String id) {
9797
.putArray("buttons")
9898
.addObject()
9999
.put("type", "web_url")
100-
.put("messenger_extensions", true)
100+
.put("messenger_extensions", "true")
101101
.put("url", "https://" + PRIVATE_SHOPPING_URL)
102102
.put("title", "Book Now!")
103103
.put("webview_height_ratio", "full");

0 commit comments

Comments
 (0)