When building the Square Client I get the
error Value cannot be null. (Parameter ‘accessToken’)
square API is 38.2 (latest)
using Square;
using Square.Exceptions;
using Square.Models;
var client = new SquareClient.Builder()
.Environment(Square.Environment.Sandbox)
.AccessToken("Cut-and-Pasted-my-sandbox-token-here")
.Build();
6 posts - 2 participants