aimeos / ai-client-jsonapi

Aimeos frontend JSON API
GNU Lesser General Public License v3.0
28 stars 6 forks source link

Add address to order object #21

Closed nick-nds closed 2 months ago

nick-nds commented 2 months ago

When creating a payment service provider, the order object is missing address service, therefore $order->getAddress() does not work in payment service provider. Previously the order object loaded has only "order/service" loaded into it. This fix loads "order/address" along with "order/service" into the order object.

aimeos commented 2 months ago

Thanks a lot!