Skip to content

Commit

Permalink
Fix error in connect method
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfaustino committed Apr 5, 2019
1 parent c324c3b commit c46b76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ RemotePayCloudTutorial.prototype.connect = function() {
+
+ const configBuilder = new clover.WebSocketCloudCloverDeviceConfigurationBuilder(this.remoteApplicationId,
+ deviceId, this.merchant_id, this.access_token);
+ configBuilder.setCloverServer(this.cloverServer);
+ configBuilder.setCloverServer(this.targetCloverDomain);
+ configBuilder.setFriendlyId(this.friendlyId);
+ var cloudConfig = configBuilder.build();
+
Expand Down

0 comments on commit c46b76d

Please sign in to comment.