-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat/749 nets easy configure payment methods (#754)
* Add support for specifying the Nets Easy payment method/type configuration parameter. * Verify that nets payment method/type config is mapped correctly into the create payment model. * Default Enabled to true. * Line break fix.
- Loading branch information
Showing
5 changed files
with
74 additions
and
25 deletions.
There are no files selected for viewing
21 changes: 0 additions & 21 deletions
21
src/Altinn.App.Core/Features/Payment/Processors/Nets/Models/README.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
src/Altinn.App.Core/Features/Payment/Processors/Nets/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Nets Easy integration | ||
|
||
This folder contains the implementation of our Nets Easy payment api integration. | ||
|
||
The client code and models are based on the following API documentation: | ||
[Nets Easy Payment API reference](https://developer.nexigroup.com/nexi-checkout/en-EU/api/payment-v1/). | ||
|
||
### API Models Information | ||
|
||
The models used in API calls to Nets Easy were manually created based on the JSON examples in the Nets API | ||
documentation. Since they were written by hand, there might be some unintentional differences from the actual API | ||
objects (bugs). | ||
|
||
Refer back to the official API docs for the most up-to-date information. | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters