Skip to content

Commit cf8c7e7

Browse files
committed
Introduce Additional Fields API for Checkout Block woocommerce/woocommerce-blocks#12073
1 parent d5a46a1 commit cf8c7e7

File tree

1 file changed

+1
-1
lines changed
  • plugins/woocommerce/tests/php/src/Blocks/StoreApi/Routes

1 file changed

+1
-1
lines changed

plugins/woocommerce/tests/php/src/Blocks/StoreApi/Routes/Cart.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ public function test_add_variable_product_to_cart_returns_variation_data() {
603603
array(
604604
'variation' => array( // order matters, alphabetical attribute order.
605605
array(
606-
'attribute' => 'color',
606+
'attribute' => 'Color',
607607
'value' => 'red',
608608
),
609609
array(

0 commit comments

Comments
 (0)