diff --git a/plugins/woocommerce-blocks/packages/checkout/utils/validation/index.ts b/plugins/woocommerce-blocks/packages/checkout/utils/validation/index.ts index 6bac776369b..ad8bc638acf 100644 --- a/plugins/woocommerce-blocks/packages/checkout/utils/validation/index.ts +++ b/plugins/woocommerce-blocks/packages/checkout/utils/validation/index.ts @@ -18,8 +18,8 @@ export const mustContain = ( 'Returned value must include %1$s, you passed "%2$s"', 'woo-gutenberg-products-block' ), - value, - requiredValue + requiredValue, + value ) ); }