views.py
13.4 KB
-
Treating final grade as string · 99c410dc
Floating point values should be treated as strings to ensure values such as 1.0 are not converted to 1. Such conversion invalidates the signature generated for the credit request. Additionally, JSON has no concept of a floating point datatype. ECOM-2172
Clinton Blackburn committed