From 699c08e3db469c507b12c18710d603efa03e1ee1 Mon Sep 17 00:00:00 2001 From: Tod Hilton Date: Tue, 16 Jan 2018 20:54:13 -0800 Subject: [PATCH] Correct spelling error in TransactionsApi code snippet Found this spelling error while using the code snippet with sandbox credentials. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd0c9fc..238adb3 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'