Error while placing order. PSI-0013:Invalid SubTotal

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 年 前
Hi,
I'm using nop 1.8 with PSI Gate as merchant account.
I'm getting this error for orders over $1000. It looks like the error is caused by a comma being added if the subtotal is over 1000.
I used Replace(",", "") to fix it in \Payment\Nop.Payment.PSIGate\PSIGatePaymentProcessor.cs

builder.Append("<Subtotal>" + XmlHelper.XmlEncode(paymentInfo.OrderTotal.ToString("N2", new CultureInfo("en-US", false).NumberFormat).Replace(",", "")) + "</Subtotal>");
13 年 前
Thanks for info
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.