Merge branch 'pr/10596'
This commit is contained in:
commit
1b520840d6
|
@ -84,7 +84,7 @@
|
|||
Backbone.ajax({
|
||||
method: 'POST',
|
||||
dataType: 'json',
|
||||
url: ajaxurl + '?action=woocommerce_tax_rates_save_changes',
|
||||
url: ajaxurl + ( ajaxurl.indexOf( '?' ) > 0 ? '&' : '?' ) + 'action=woocommerce_tax_rates_save_changes',
|
||||
data: {
|
||||
current_class: data.current_class,
|
||||
wc_tax_nonce: data.wc_tax_nonce,
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue