appwilio / cdek-sdk

SDK для СДЭК
https://confluence.cdek.ru/x/gUju
MIT License
40 stars 8 forks source link

Incorrect annotation in Appwilio\CdekSDK\Common\Order #12

Closed hustas88 closed 6 years ago

hustas88 commented 6 years ago
/**
 * @JMS\XmlAttribute
 * @JMS\SerializedName("RecipientName")
 * @JMS\Type("string")
 *
 * @var string
 */
protected $RecipientEmail;

Should be @JMS\SerializedName("RecipientEmail")

This causes to an incorrect data representation when printing the PDF returned by PrintReceiptsRequest.