Merge pull request #23891 from malviyaritesh/fix/23888

Send boolean as expected, not string
This commit is contained in:
Claudio Sanches 2019-06-19 19:36:34 -03:00 committed by GitHub
commit e759317ef4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -378,7 +378,7 @@ class WC_AJAX {
array(
'result' => empty( $messages ) ? 'success' : 'failure',
'messages' => $messages,
'reload' => $reload_checkout ? 'true' : 'false',
'reload' => $reload_checkout,
'fragments' => apply_filters(
'woocommerce_update_order_review_fragments',
array(