-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move Vipps API into separate file (#430)
* Move all API-related into separate file This is done to make it more intuitive where to find the API implementation. * Rename VippsAPI-class to AccountingAPI * Remove logging shorthands to reduce code clutter * Rename tokens.json -> vipps-tokens.json There's also a new entry in the gitignore * Add Vipps_api.py to codecov ignore
- Loading branch information
1 parent
fe003a7
commit f7fbc89
Showing
4 changed files
with
218 additions
and
196 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -8,4 +8,5 @@ omit = | |
*/migrations/* | ||
treo/wsgi.py | ||
*/apps.py | ||
stregsystem/vipps_api.py | ||
source = . |
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
Oops, something went wrong.