You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChatGPT/src/main/java/cloud/cleo/squareup/functions/PrivateShoppingLinkText.java
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -30,9 +30,8 @@ protected Function getExecutor() {
30
30
return (varr) -> {
31
31
32
32
if (getChannelPlatform().equals(FACEBOOK)) {
33
-
if ( FaceBookOperations.sendPrivateBookingURL(getSessionId()) ) {
34
-
returnmapper.createObjectNode().put("message", "URL was just sent out of band successfully as a Messenger Button, so just make reference to the URL button above as part of your response");
0 commit comments