@jimrising/easymerchantsdk-react-native 1.4.8 → 1.4.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/ios/easymerchantsdk.podspec +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@ To add the path of sdk in your project. Open your `package.json` file and inside
|
|
|
7
7
|
|
|
8
8
|
```json
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@jimrising/easymerchantsdk-react-native": "^1.4.
|
|
10
|
+
"@jimrising/easymerchantsdk-react-native": "^1.4.9"
|
|
11
11
|
},
|
|
12
12
|
```
|
|
13
13
|
|
|
@@ -178,8 +178,8 @@ const App = () => {
|
|
|
178
178
|
if (Platform.OS === 'android') {
|
|
179
179
|
const config = {
|
|
180
180
|
amount,
|
|
181
|
-
apiKey: '
|
|
182
|
-
secretKey: '
|
|
181
|
+
apiKey: 'apiKey',
|
|
182
|
+
secretKey: 'secretKey',
|
|
183
183
|
jsonConfig: {
|
|
184
184
|
environment: 'STAGING',
|
|
185
185
|
amount,
|