invoice fx

This commit is contained in:
merdan 2022-11-05 11:27:15 +05:00
parent e2d1833d6b
commit ea742cba6d
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ use Webkul\RestApi\Http\Controllers\V1\Shop\Customer\OrderController;
class Orders extends OrderController
{
protected $requestException = ['page', 'limit', 'pagination', 'sort', 'order', 'token','locale'];
protected $requestException = ['page', 'limit', 'pagination', 'sort', 'order', 'token','locale','currency'];
public function __construct(protected OrderRepository $orderRepository,
protected OrderItemRepository $orderItemRepository)
{