accodeing / fortnox-api

Gem that abstracts Fortnox's F3 API
GNU Lesser General Public License v3.0
9 stars 8 forks source link

Adds resource TermsOfPayments #139

Closed ehannes closed 6 years ago

ehannes commented 6 years ago

This resource added some edge cases... I've added the following TODO:s to the model class:

# TODO: Only writable during POST.
# TODO: Must be alphanumeric
# TODO: 30days is a valid value, but the API rewrites it as 30DAYS
#       and you will not find the resource with a GET with value '30days'
ehannes commented 6 years ago

I've added the two last TODO:s in our wiki since the information is missing from Fortnox documentation.