edfapay-softpos-sdk-rn 1.0.5-dev.8 → 1.0.5-dev.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/lib/module/EPStrings.js
CHANGED
|
@@ -16,7 +16,7 @@ try {
|
|
|
16
16
|
export const VERSION = version;
|
|
17
17
|
export const EPStrings = {
|
|
18
18
|
sdk: 'SDK',
|
|
19
|
-
version:
|
|
19
|
+
version: VERSION,
|
|
20
20
|
message: "You\'re on your way to enabling your Android App to allow your customers to pay in a very easy and simple way just click the payment button and tap your payment card on NFC enabled Android phone."
|
|
21
21
|
};
|
|
22
22
|
//# sourceMappingURL=EPStrings.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["version","require","e1","e2","console","warn","VERSION","EPStrings","sdk","message"],"sourceRoot":"../../src","sources":["EPStrings.tsx"],"mappings":";;AAAA,IAAIA,OAAO,GAAG,QAAQ;AAEtB,IAAI;EACF;EACAA,OAAO,GAAG,GAAG,GAAGC,OAAO,CAAC,iBAAiB,CAAC,CAACD,OAAO;AACpD,CAAC,CAAC,OAAOE,EAAE,EAAE;EACX,IAAI;IACF;IACAF,OAAO,GAAG,GAAG,GAAGC,OAAO,CAAC,oBAAoB,CAAC,CAACD,OAAO;EACvD,CAAC,CAAC,OAAOG,EAAE,EAAE;IACX;IACAC,OAAO,CAACC,IAAI,CAAC,+BAA+B,CAAC;EAC/C;AACF;AAEA,OAAO,MAAMC,OAAO,GAAGN,OAAO;AAE9B,OAAO,MAAMO,SAAS,GAAG;EACvBC,GAAG,EAAE,KAAK;EACVR,OAAO,
|
|
1
|
+
{"version":3,"names":["version","require","e1","e2","console","warn","VERSION","EPStrings","sdk","message"],"sourceRoot":"../../src","sources":["EPStrings.tsx"],"mappings":";;AAAA,IAAIA,OAAO,GAAG,QAAQ;AAEtB,IAAI;EACF;EACAA,OAAO,GAAG,GAAG,GAAGC,OAAO,CAAC,iBAAiB,CAAC,CAACD,OAAO;AACpD,CAAC,CAAC,OAAOE,EAAE,EAAE;EACX,IAAI;IACF;IACAF,OAAO,GAAG,GAAG,GAAGC,OAAO,CAAC,oBAAoB,CAAC,CAACD,OAAO;EACvD,CAAC,CAAC,OAAOG,EAAE,EAAE;IACX;IACAC,OAAO,CAACC,IAAI,CAAC,+BAA+B,CAAC;EAC/C;AACF;AAEA,OAAO,MAAMC,OAAO,GAAGN,OAAO;AAE9B,OAAO,MAAMO,SAAS,GAAG;EACvBC,GAAG,EAAE,KAAK;EACVR,OAAO,EAAEM,OAAO;EAChBG,OAAO,EACL;AACJ,CAAC","ignoreList":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "edfapay-softpos-sdk-rn",
|
|
3
|
-
"version": "1.0.5-dev.
|
|
3
|
+
"version": "1.0.5-dev.9",
|
|
4
4
|
"description": "Edfapay SoftPOS SDK helps developer to easily integrate Edfapay SoftPOS to their mobile application",
|
|
5
5
|
"scope": "edfapay/edfapay-softpos-sdk-rn",
|
|
6
6
|
"main": "./lib/module/index.js",
|