Cdiscount / API-MarketPlace-SDK-PHP

15 stars 42 forks source link

Script error in GetSellerIndicatorsResponse.php #3

Closed 20100uno closed 7 years ago

20100uno commented 7 years ago

An issue on line 112 in file \src\core\Soap\Seller\Response\GetSellerIndicatorsResponse.php

Replace: $sellerIndicator->setValueD30(floatval(['ValueD30'])); By: $sellerIndicator->setValueD30(floatval($sellerIndicatorXML['ValueD30']));

Vincent

guillaumecochard commented 7 years ago

Hi, thanks for reporting the issue. It has been fixed in 1.0.6