I never really paid attention to this but when I u...
# lucee
a
I never really paid attention to this but when I upgraded to 5.3.10.97 it seem to crash out all the paypal payflow transactions. The values for these transactions come out of a mssql database and paypal rejects then now because they have the 4 decimals (money datatype). I could go in an change the datatype or numbeformat before being sent to paypal but it is going to be a good deal of work. Any setting I can change anywhere that would change the way ms sql is formating or lucee is formating it as of the upgrade to Lucee?
z
which db?
sorry, i see mssql
alas, lucee is basically respecting the data type definition
a
...which is of course good... but in my situation not so great 😞
p
Can you not just numberFormat your own value you are passing into the Paypal api?
a
Yes, I am in the process of doing that... was hoping someone knew of a setting that could change its new behavior.
p
db column type change or code side; both seem pretty simple
a
Simple yes, but the number of instances that have to be adjusted is why I was inquiring for a more global approach.