oasp / oasp4js

OASP4JS deprecated repository
Apache License 2.0
9 stars 161 forks source link

add a static configuration constant for the currency #4

Closed agreul closed 9 years ago

agreul commented 10 years ago

We want to change the JSON API in such way that the currency which is now retrieved by the system with each offer, will be removed. This is a leftover from the usage of JSR354 (MoneytaryAmount) which will no longer be needed as the system currency is always the same and won't be changed during operation. After adding a static configuration constant for the currency the changes in the API can be performed. See oasp/oasp4j#58 for further information.

hohwille commented 9 years ago

@mmatczak thanks! I needed this for our school next week, perfect :+1: