We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65b799c commit d8a09b2Copy full SHA for d8a09b2
src/Google/Merchant/Services/Products/Transformer/ProductTransformer.php
@@ -56,7 +56,7 @@ public static function transform(array $productData): Product
56
57
$offer = self::offer($productData);
58
59
- if (!is_null($offer)) {
+ if (! is_null($offer)) {
60
$price = new Price();
61
$price->setValue($offer);
62
$price->setCurrency('EUR');
0 commit comments