Skip to content

Commit b82f713

Browse files
authored
Update README.md
1 parent 49f3bb9 commit b82f713

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
@@ -182,7 +182,7 @@ Create a the request object. For example, for a request to the `/payments` endpo
182182
Use the API object's method to make the request. For example, to make a request to the `/payments` endpoint using the `CheckoutAPI` object:
183183

184184
```
185-
checkoutApi.PaymentsAPI.payments(paymentRequest)
185+
checkoutApi.PaymentsApi.payments(paymentRequest)
186186
.then(paymentResponse => console.log(paymentResponse.pspReference))
187187
.catch(error => console.log(error));
188188
```

0 commit comments

Comments
 (0)