@jimrising/easymerchantsdk-react-native 1.4.7 → 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 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.7"
10
+ "@jimrising/easymerchantsdk-react-native": "^1.4.9"
11
11
  },
12
12
  ```
13
13
 
@@ -144,8 +144,8 @@ const App = () => {
144
144
  await EasyMerchantSdk.setViewController();
145
145
  await EasyMerchantSdk.configureEnvironment(
146
146
  'staging',
147
- '13bcb1f54b894ddbbd75a86d5',
148
- '94f7ebd5384f6985f23920c13'
147
+ 'apiKey',
148
+ 'secretKey'
149
149
  );
150
150
  } catch (err) {
151
151
  console.error('iOS Initialization Error:', err);
@@ -178,8 +178,8 @@ const App = () => {
178
178
  if (Platform.OS === 'android') {
179
179
  const config = {
180
180
  amount,
181
- apiKey: '13bcb1f54b894ddbbd75a86d5',
182
- secretKey: '94f7ebd5384f6985f23920c13',
181
+ apiKey: 'apiKey',
182
+ secretKey: 'secretKey',
183
183
  jsonConfig: {
184
184
  environment: 'STAGING',
185
185
  amount,
@@ -1,6 +1,6 @@
1
1
  Pod::Spec.new do |s|
2
2
  s.name = 'easymerchantsdk'
3
- s.version = '1.4.7'
3
+ s.version = '1.4.9'
4
4
  s.summary = 'A React Native SDK for Easy Merchant.'
5
5
  s.description = <<-DESC
6
6
  A React Native SDK to enable Easy Merchant functionality in mobile applications.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jimrising/easymerchantsdk-react-native",
3
- "version": "1.4.7",
3
+ "version": "1.4.9",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {