get shipping methods

This commit is contained in:
merdan 2022-02-24 18:58:14 +05:00
parent 3f85701ca9
commit 61067f0c66
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class Checkout extends CheckoutController
return response([
'rates' => $rates,
'pickup_addresses' => core()->getCurrentChannel()->inventory_sources()->all()
'pickup_addresses' => core()->getCurrentChannel()->inventory_sources()->get()
]);
}