Search found 5 matches

by EduardoThomasPérezdelPostigo
19 May 2023, 07:50
Forum: Laravel package
Topic: No order ID found when creating invoice
Replies: 9
Views: 9097

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.
by EduardoThomasPérezdelPostigo
18 May 2023, 10:51
Forum: Laravel package
Topic: No order ID found when creating invoice
Replies: 9
Views: 9097

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 response is HTML with this message:
No order ID ...
by EduardoThomasPérezdelPostigo
18 May 2023, 09:30
Forum: Laravel package
Topic: No order ID found when creating invoice
Replies: 9
Views: 9097

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.
by EduardoThomasPérezdelPostigo
18 May 2023, 07:56
Forum: Laravel package
Topic: No order ID found when creating invoice
Replies: 9
Views: 9097

Re: No order ID found when creating invoice

aimeos wrote: 18 May 2023, 07:47 Which Aimeos version do you use?
aimeos-laravel:2023.04.1
php:8.1
laravel-framework:10.9

I'm using WSL2.
by EduardoThomasPérezdelPostigo
17 May 2023, 16:01
Forum: Laravel package
Topic: No order ID found when creating invoice
Replies: 9
Views: 9097

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": "",
"csrf": {
"name": "_token",
"value ...