Skip to content

Commit 49f3bb9

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

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
@@ -225,7 +225,7 @@ Alternatively, you can use the `Types` included in this module for Typescript an
225225
merchantAccount: "YOUR_MERCHANT_ACCOUNT"
226226
};
227227
const checkoutAPI = new CheckoutAPI(client);
228-
const paymentResponse : Types.checkout.PaymentResponse = await checkoutAPI.PaymentsAPI.payments(paymentsRequest);
228+
const paymentResponse : Types.checkout.PaymentResponse = await checkoutAPI.PaymentsApi.payments(paymentsRequest);
229229
console.log(paymentResponse.pspReference);
230230
}
231231

0 commit comments

Comments
 (0)