You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -16,17 +16,19 @@ You will need the following:
16
16
17
17
### Configuration
18
18
19
-
1. Download or clone this quickstart repository, create a folder `src/certs` and add the following three PassKit credential files:
19
+
1. Download or clone this quickstart repository.
20
+
21
+
2. Create a new folder inside `src` called `certs` and add the following three PassKit credential files into it. Files can be found in the sdk credentials email you receive on signup:
20
22
21
23
- certificate.pem
22
24
- ca-chain.pem
23
25
- key.pem
24
26
25
-
2. Run `npm run decrypt` and provide your account password in the terminal prompt.
27
+
3. Run `npm run openssl` and provide your account password in the terminal prompt.
26
28
27
-
3. If you wish to receive enrolment emails, edit lines 281 and 307 of the QuickStartLoyalty class to provide an address where you can receive mail.
29
+
4. If you wish to receive enrolment emails, edit lines 281 and 307 of the QuickStartLoyalty class to provide an address where you can receive mail.
0 commit comments