Skip to content

Commit 0a97bd1

Browse files
committed
gpnf-child-products-in-parent-order-summary.php: Added support for child products in parent order summary.
1 parent 72582cc commit 0a97bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gp-nested-forms/gpnf-child-products-in-parent-order-summary.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
$child_product['quantity'] += $_child_product['quantity'];
6767

6868
$match_found = true;
69-
unset($_child_products[$key]);
69+
unset( $_child_products[ $key ] );
7070
break;
7171
}
7272
}

0 commit comments

Comments
 (0)