@@ -951,12 +951,12 @@ public static function validateParseCustomOptionsDataProvider(): array
951
951
{
952
952
return [
953
953
'file_type ' => [
954
- '$ rowData ' => [
954
+ 'rowData ' => [
955
955
'custom_options ' => 'name=Test Field Title,type=file,required=1, '
956
956
. 'sku=1-text,price=12,file_extension=png,jpeg,jpg,gif,image_size_x=1024, '
957
957
. 'image_size_y=1024,price_type=fixed '
958
958
],
959
- '$ responseData ' => [
959
+ 'responseData ' => [
960
960
'custom_options ' => [
961
961
'Test Field Title ' => [
962
962
[
@@ -975,11 +975,11 @@ public static function validateParseCustomOptionsDataProvider(): array
975
975
]
976
976
],
977
977
'drop_down ' => [
978
- '$ rowData ' => [
978
+ 'rowData ' => [
979
979
'custom_options ' => 'name=Test Field Title,type=drop_down,required=0, '
980
980
. 'sku=1-text,price=10,price_type=fixed '
981
981
],
982
- '$ responseData ' => [
982
+ 'responseData ' => [
983
983
'custom_options ' => [
984
984
'Test Field Title ' => [
985
985
[
@@ -995,11 +995,11 @@ public static function validateParseCustomOptionsDataProvider(): array
995
995
]
996
996
],
997
997
'area ' => [
998
- '$ rowData ' => [
998
+ 'rowData ' => [
999
999
'custom_options ' => 'name=Test Field Title,type=area,required=1, '
1000
1000
. 'sku=1-text,price=20,max_characters=150,price_type=fixed '
1001
1001
],
1002
- '$ responseData ' => [
1002
+ 'responseData ' => [
1003
1003
'custom_options ' => [
1004
1004
'Test Field Title ' => [
1005
1005
[
@@ -1016,11 +1016,11 @@ public static function validateParseCustomOptionsDataProvider(): array
1016
1016
]
1017
1017
],
1018
1018
'date_time ' => [
1019
- '$ rowData ' => [
1019
+ 'rowData ' => [
1020
1020
'custom_options ' => 'name=Test Field Title,type=date_time,required=0, '
1021
1021
. 'sku=1-text,price=30,price_type=fixed '
1022
1022
],
1023
- '$ responseData ' => [
1023
+ 'responseData ' => [
1024
1024
'custom_options ' => [
1025
1025
'Test Field Title ' => [
1026
1026
[
0 commit comments