Search found 5 matches
- 19 May 2023, 07:50
- Forum: Laravel package
- Topic: No order ID found when creating invoice
- Replies: 9
- Views: 5746
Re: No order ID found when creating invoice
Looks like doing PATCH to http://localhost/jsonapi/basket?id=default&_token= to set the customer at any point of the flow clears the current basket.
- 18 May 2023, 10:51
- Forum: Laravel package
- Topic: No order ID found when creating invoice
- Replies: 9
- Views: 5746
Re: No order ID found when creating invoice
I see the differences, thank you. However, [data][links][process][meta] comes empty: "process": { "href": "http://localhost/shop/confirm/demo-invoice?orderid=5", "allow": [ "POST" ], "meta": [] } And when I do a get on that URL, the respons...
- 18 May 2023, 09:30
- Forum: Laravel package
- Topic: No order ID found when creating invoice
- Replies: 9
- Views: 5746
Re: No order ID found when creating invoice
What exactly has changed and when? That is the doc I've been reading for a week.
- 18 May 2023, 07:56
- Forum: Laravel package
- Topic: No order ID found when creating invoice
- Replies: 9
- Views: 5746
- 17 May 2023, 16:01
- Forum: Laravel package
- Topic: No order ID found when creating invoice
- Replies: 9
- Views: 5746
No order ID found when creating invoice
I'm evaluating Aimeos for a new project; I'm able to go through the different stages to post an order with the JSON API (adding product, customer, address, services, and saving the order)... { "meta": { "total": 1, "prefix": null, "content-baseurl": "&quo...