hitmeister / api-sdk-php

Kaufland.de Onlineshop (former real.de and Hitmeister) API SDK for PHP
https://www.real.de/api/v1/
MIT License
23 stars 28 forks source link

Responding to a Ticket always returns a 404 #127

Open ChrisSantiago82 opened 2 years ago

ChrisSantiago82 commented 2 years ago

it's possible that it's almost the same issue like #125 only difference it's for the post request.

I'm always getting resource not found. My tickets ids always start with 0011.

If I inspect the request, it turns the ticked it into an integer (zeros are being removed).

ChrisSantiago82 commented 2 years ago

Removing the int() would solve this issue: image