Skip to content

Commit 996ea82

Browse files
authored
Merge branch 'main' into lem-v4-generation
2 parents f48e46f + 9367eba commit 996ea82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cache: 'npm'
2626

2727
- name: Install dependencies
28-
run: npm ci
28+
run: npm install
2929

3030
- name: Run tests with coverage
3131
run: npm run test:coverage

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ Create a the request object. For example, for a request to the `/payments` endpo
200200

201201
Use the API object's method to make the request. For example, to make a request to the `/payments` endpoint using the `CheckoutAPI` object:
202202

203-
```
203+
``` javascript
204204
checkoutApi.PaymentsApi.payments(paymentRequest)
205205
.then(paymentResponse => console.log(paymentResponse.pspReference))
206206
.catch(error => console.log(error));

0 commit comments

Comments
 (0)