Skip to content

Commit

Permalink
Facebook buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
docwho2 committed Aug 5, 2024
1 parent 53e7640 commit 22fc9f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public static boolean sendPrivateBookingURL(String id) {
.putArray("buttons")
.addObject()
.put("type", "web_url")
.put("messenger_extensions", true)
.put("messenger_extensions", "true")
.put("url", "https://" + PRIVATE_SHOPPING_URL)
.put("title", "Book Now!")
.put("webview_height_ratio", "full");
Expand Down

0 comments on commit 22fc9f2

Please sign in to comment.