Jurager / exchange

Package for Laravel for integrating with 1C:Enterprise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot assign string to property of type ?int

loskov opened this issue · comments

private int|null $merchant_id;

$this->merchant_id = (string) $merchant_id;

commented

Thanks! Fixed in 1.2