Skip to content

Commit d6e2987

Browse files
authored
Merge pull request #14 from squishfunk/patch-1
Update ProductOffers.php
2 parents d1b1c0e + 1c0412f commit d6e2987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resource/Sale/ProductOffers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function patch(
3838
return $this->apiPatch(sprintf('/sale/product-offers/%s', $offerId), $body, $contentType);
3939
}
4040

41-
public function get(string $offerId, string $contentType = ContentType::VND_PUBLIC_V2): ResponseInterface
41+
public function get(string $offerId, string $contentType = ContentType::VND_PUBLIC_V1): ResponseInterface
4242
{
4343
return $this->apiGet(
4444
sprintf('/sale/product-offers/%s', $offerId),

0 commit comments

Comments
 (0)