alma-php-client
alma-php-client copied to clipboard
PHP API Client for Alma
If there is an error during an API call, error messages are empty. While trying to call `$alma->payments->create()` (and not `$alma->payments->createPayment()` as it is suggested in your README), I got...
It would be a nice feature to have a customizable way to set up a specific timeout on curl in order to avoid errors
### Reason for change Experiment to use a formatter: PHP-CS-Fixer ### Code changes Applying the format ### How to test _As a reviewer, you are encouraged to test the PR...
### Reason for change We need another auth header method for saas-gateway api calls [ClickUp task](https://app.clickup.com/t/20427503/INT-1617) ### Code changes Choose headers regarding auth key type ### How to test Test...
Without payload validation
### Reason for change [ClickUp task](https://linear.app/almapay/issue/ECOM-1667/[%F0%9F%A7%A9-php-client]-implement-order-status-endpoint) ### How to test Launch the unit tests
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [returntocorp/semgrep](https://redirect.github.com/returntocorp/semgrep) | repository | minor | `v1.27.0` -> `v1.90.0` | Note: The `pre-commit`...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Other Branches These updates are pending. To force PRs open, click the checkbox...
I am currently developing an Alma checkout module for my company eCommerce website, and when it gets initialized I get this error (php 8.1): ``` Declaration of Psr\Log\AbstractLogger::emergency(Stringable|string $message, array...