Skip to content

Commit dcb9b8f

Browse files
0xflotusgcatanese
authored andcommitted
chore: enable syntax highlighting for step 5 in readme
1 parent ccfa1d1 commit dcb9b8f

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
@@ -199,7 +199,7 @@ Create a the request object. For example, for a request to the `/payments` endpo
199199

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

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

0 commit comments

Comments
 (0)