skipcash-reactnative 0.0.2 → 0.1.0
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 +2 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -48,9 +48,8 @@ export default function App() {
|
|
|
48
48
|
***********************************/
|
|
49
49
|
|
|
50
50
|
/*
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
(you need to create a new one from apple developer account of your app ).
|
|
51
|
+
here pass the name of the merchant identifier(you need to create a new one
|
|
52
|
+
from apple developer account of your app ).
|
|
54
53
|
please reachout to https://dev.skipcash.app/ mobile apple pay section to
|
|
55
54
|
know how to generate your merchant identifier and setup Xcode.
|
|
56
55
|
*/
|