diff --git a/inc/Integrations/SalesforceB2C/SalesforceB2CIntegration.php b/inc/Integrations/SalesforceB2C/SalesforceB2CIntegration.php index 05fa59f96..f3aeab077 100644 --- a/inc/Integrations/SalesforceB2C/SalesforceB2CIntegration.php +++ b/inc/Integrations/SalesforceB2C/SalesforceB2CIntegration.php @@ -116,18 +116,18 @@ private static function get_queries( SalesforceB2CDataSource $data_source ): arr 'type' => [ 'product_id' => [ 'name' => 'product id', - 'path' => '$.productid', + 'path' => '$.productId', 'type' => 'id', ], 'name' => [ 'name' => 'product name', - 'path' => '$.productname', + 'path' => '$.productName', 'type' => 'string', ], 'price' => [ 'name' => 'item price', 'path' => '$.price', - 'type' => 'price', + 'type' => 'string', ], 'image_url' => [ 'name' => 'item image url',