We're being forced to use the hosted payment form and while the
information is passing over properly, the amount is always showing with
four decimal digits. Is there a way to fix this? It looks stupid when
you're dealing with dollars and cents.
Screenshot: https://goo.gl/jhLBZf The code is about as generic as you
get -- C#: var transactionRequest = new
transactionRequestType{transactionType =
transactionTypeEnum.authCaptureTransaction.ToString(), // authorize
capture onlyamount =
Convert.To...