Andrew

Results 6 issues of Andrew

**Describe the bug** The Illuminate\Translation\Translator expects either a string or an array to be loaded through the Illuminate\Contracts\Translation\Loader. But JoeDixon\Translation\ContractDatabaseLoader returns a collection (https://github.com/joedixon/laravel-translation/blob/master/src/ContractDatabaseLoader.php#L34 https://github.com/joedixon/laravel-translation/blob/master/src/ContractDatabaseLoader.php#L39) But https://github.com/joedixon/laravel-translation/blob/master/src/ContractDatabaseLoader.php#L28 return array **To...

В административной части добавить возможность создавать поля при оформлении заказа, на подобии создания атрибутов для товаров

Идея/Предложение
Магазин

Добавить категориям товара связку со способом доставки, и формировать заказы с разбивкой по способу доставки (пример ozon.ru). Там в корзину можно накидать различные товары к примеру книгу(скачивание) и книгу(книжный переплет),...

Идея/Предложение
Магазин

Hello There was a problem with the method of POST, when I send an array of error takes off. Helps formatting data to be sent via function http_build_query public function...

**Describe the bug** The documentation https://developer.squareup.com/reference/square/payouts-api/list-payouts says we get `amount_money` with `currency_code`. But when converting, we use the `currency` field, as a result we have an empty value in the...