Skip to content

Commit 9367eba

Browse files
authored
Merge pull request #1530 from 0xflotus/patch-1
chore: enable syntax highlighting for step 5 in readme
2 parents 67c8a79 + 4b17a1c commit 9367eba

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
@@ -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)