I have implemented the googlepay code to get the payment token from their end. However Im not sure how we pass it into the Square sdk to get a square payment token. Ive read and fallowed through several different tutorials but the functions seem to be depreciated (example: GooglePay.requestGooglePayNonce(googlePayToken)).
Is there an updated tutorial on how to pass the google pay token to the square sdk, or is there native way in the sqaure sdk to call googlePay and get the token from the sdk directly?