Skip to content

Commit

Permalink
Introduce Additional Fields API for Checkout Block woocommerce/woocom…
Browse files Browse the repository at this point in the history
  • Loading branch information
senadir committed Dec 18, 2023
1 parent d5a46a1 commit cf8c7e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ public function test_add_variable_product_to_cart_returns_variation_data() {
array(
'variation' => array( // order matters, alphabetical attribute order.
array(
'attribute' => 'color',
'attribute' => 'Color',
'value' => 'red',
),
array(
Expand Down

0 comments on commit cf8c7e7

Please sign in to comment.