From 67880b8388e465ac9a0e22c9103f79447863752e Mon Sep 17 00:00:00 2001 From: Noor Mohamed Date: Fri, 20 Jul 2018 17:50:37 +0530 Subject: [PATCH] TransactionsApi() mistake on example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b108d71..2b89494 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ from squareconnect.apis.transactions_api import TransactionsApi # setup authorization squareconnect.configuration.access_token = 'YOUR_ACCESS_TOKEN' # create an instance of the Transaction API class -api_instance = TransactionApi() +api_instance = TransactionsApi() location_id = 'YOUR_LOCATION_ID' nonce = 'YOUR_NONCE'