From 908c68ca7d340d1b92d759133f326727385fcc35 Mon Sep 17 00:00:00 2001 From: anewway Date: Fri, 13 Nov 2020 16:49:38 +0800 Subject: [PATCH] Fix document typo error to make the sandbox key name consistent with the program. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dcb551c..e01b804 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ iap.config({ /* Configurations for Google Play */ googlePublicKeyPath: 'path/to/public/key/directory/', // this is the path to the directory containing iap-sanbox/iap-live files - googlePublicKeyStrSandBox: 'publicKeySandboxString', // this is the google iap-sandbox public key string + googlePublicKeyStrSandbox: 'publicKeySandboxString', // this is the google iap-sandbox public key string googlePublicKeyStrLive: 'publicKeyLiveString', // this is the google iap-live public key string googleAccToken: 'abcdef...', // optional, for Google Play subscriptions googleRefToken: 'dddd...', // optional, for Google Play subscritions