Format param to 'multi'

This commit is contained in:
Paul Kang 2024-08-22 12:22:23 -07:00
parent 78762f0203
commit ea8e799fcb
1 changed files with 1 additions and 1 deletions

View File

@ -795,7 +795,7 @@ class WC_Form_Handler {
wc_nocache_headers();
// Check for the new format parameter
if ( isset( $_REQUEST['format'] ) && 'meta' === $_REQUEST['format'] ) {
if ( isset( $_REQUEST['format'] ) && 'multi' === $_REQUEST['format'] ) {
self::add_multiple_items_and_apply_coupon();
return;
}