-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem / help #10
Comments
ścieżka tej metody to : https://api.allegro.pl/sale/delivery-methods więc powinno być : |
ściezki z myślnikiem nie działają, jest na to rozwiązanie? |
Powinny bez problemu działać. |
Przykładowo:
|
Jest rozwiązanie: grzegorzjj/PHP-allegro-rest-api-HOWTO#2 (comment) |
Można też w ten sposób : |
I have something like this:
echo $api->sale->delivery-methods()->get();
and the effect:
Fatal error: Call to undefined function methods() in /users/0014/users/www/website.pl/api/demo/delivery.php on line 51
line 51 : echo $api->sale->delivery-methods()->get();
The text was updated successfully, but these errors were encountered: