Problem with RemotePost
2 different websites on same webserver
both have same paymentgateway
both have same (icelandic) database
both have same (icelandic) as default language on portals
One submits <input type="hidden" name="amount" value="500,00" />
the other <input type="hidden" name="amount" value="500.00" />
that is one is using .period the other ,comma
Comma is right for displaying money amount in icelandic but not right for the gateway unfortunatly
Is there a way to fix this.
using newest dnn and nbstore
2 different websites on same webserver
both have same paymentgateway
both have same (icelandic) database
both have same (icelandic) as default language on portals
One submits <input type="hidden" name="amount" value="500,00" />
the other <input type="hidden" name="amount" value="500.00" />
that is one is using .period the other ,comma
Comma is right for displaying money amount in icelandic but not right for the gateway unfortunatly
Is there a way to fix this.
using newest dnn and nbstore