Skip to content

Commit 03fbaed

Browse files
author
bc-joshroe
committed
BIG-16297 - Adding some methods to the API Client
1 parent 2b2dcfa commit 03fbaed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Bigcommerce/Api/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1672,7 +1672,7 @@ public static function deleteAllGiftCertificates()
16721672
*/
16731673
public static function createProductReview($productId, $object)
16741674
{
1675-
return self::createResource('/products/'.$productId.'/reviews', $object);
1675+
return self::createResource('/products/' . $productId . '/reviews', $object);
16761676
}
16771677

16781678
/**

0 commit comments

Comments
 (0)