I think this is a bug, but I'm not sure.
In function getTax() { } after $.ajax({'s success: function(taxes) {
it appears taxes variable contains wrong data.
in uc_taxes.module I changed uc_taxes_javascript()'s
drupal_json((array) $taxes);
to
drupal_json($taxes);
and it seems to fixed my issue.
Does anyone else notice anything strange or is it just me?
Comments
Comment #1
longwaveSeems okay to me; suspect this was either not an issue, or has already been fixed.