-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PW-7307] Gh pipeline and Makefile to generate Models #668
Conversation
This reverts commit 9c0156a.
@@ -1,4 +1,4 @@ | |||
#region License | |||
#region License |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What actually changed here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nothing really. I deleted the checkout model directory bc I was testing the generation of the checkout models, but then when merging develop back in this branch it did this for some reason..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we include no code changes ? I think we could exclude these files
Co-authored-by: Michael Paul <michael@michaelpaul.com.br>
* Added async support for local terminal API * removed th tls1.2 configuration * Added retrieve3ds2result endpoints + UT * Added cardDetails Endpoint in checkout * UT for carddetails endpoint * fix integration test * FiXIntEgrAtiOntEsT * Revert "Added async support for local terminal API" This reverts commit 21bd6d0. * Revert "removed th tls1.2 configuration" This reverts commit c45131f. * create openapi templates for dotnet * added Makefile * trying out git makemodels * add workflow * add push * 123456432 * merged templates in this branch && changed template to include DateConverter * small change * revert Checkout models * Revert "FiXIntEgrAtiOntEsT" This reverts commit dc5ad0a. * Revert "fix integration test" This reverts commit 72f7710. * Revert "UT for carddetails endpoint" This reverts commit abf0856. * Revert "Added cardDetails Endpoint in checkout" This reverts commit 0ac0211. * Revert "Added retrieve3ds2result endpoints + UT" This reverts commit 9c0156a. * changed makefile * small fix * final commit * remove last constructer param validation and headers fix * cleanup * change templates back to original * changed Makefile to use jar instead of docker * Update Makefile Co-authored-by: Michael Paul <michael@michaelpaul.com.br> * small fix Co-authored-by: wouterboe <wouter.boereboom@adyen.com> Co-authored-by: Michael Paul <michael@michaelpaul.com.br>
Description