Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackfaded committed Jul 26, 2024
1 parent 36f0e3b commit 4d596a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

Welcome to the Node SDK for the PayOne PCP platform! This repository contains a powerful, easy-to-use software development kit (SDK) designed to simplify the integration of online payment processing into your applications.

### TODOS
- [ ] Setup changelog
- [ ] Setup sonarcloud
- [ ] Setup Jest and coverage
- [ ] Setup Github actions


## Table of Contents
Expand Down
6 changes: 3 additions & 3 deletions example-app/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ const run = async () => {
const commerceCaseApiClientExample = new CommerceCaseApiExample(communicatorConfiguration);

commerceCaseApiClientExample.runPostOne();
// commerceCaseApiClientExample.runGetAll();
// commerceCaseApiClientExample.runGetOne();
// commerceCaseApiClientExample.runUpdateOne();
commerceCaseApiClientExample.runGetAll();
commerceCaseApiClientExample.runGetOne();
commerceCaseApiClientExample.runUpdateOne();
};

run();

0 comments on commit 4d596a6

Please sign in to comment.