get shipping methods
This commit is contained in:
parent
3f85701ca9
commit
61067f0c66
|
|
@ -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()
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue