Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Creating session #2

Closed
wants to merge 4 commits into from
Closed

Creating session #2

wants to merge 4 commits into from

Conversation

andersem
Copy link

@andersem andersem commented Jun 19, 2021

Using the auto-generated code from #1

The problem with it was:

  1. The generator didn't identify the correct return types
  2. Subclasses of Transaction aren't generated properly, events don't match properly

Adjustments:

  1. Removed unecessary APIs to make the code manageable
  2. Comment out TransactionApi until later
  3. Move AuthenticationAPI with needed models from auth to checkout

To test creating session, run Examples.Program with the arguments: accountId clientId clientSecret, e.g. T12345678 bacf4dce-e330-45db-b564-70296955db68 c9d0235a-c62e-4980-b95c-2b96b818ccec

Next step is to make the generic Transactions work.

@andersem andersem self-assigned this Jun 19, 2021
@andersem andersem closed this May 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant