Skip to content

Commit 6c947b7

Browse files
authored
chore: enable syntax highlighting for step 5 in readme
1 parent 188715c commit 6c947b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

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

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

201-
```
201+
``` javascript
202202
checkoutApi.PaymentsApi.payments(paymentRequest)
203203
.then(paymentResponse => console.log(paymentResponse.pspReference))
204204
.catch(error => console.log(error));

0 commit comments

Comments
 (0)