square-php-sdk icon indicating copy to clipboard operation
square-php-sdk copied to clipboard

PHP client library for the Square API

Results 19 square-php-sdk issues
Sort by recently updated
recently updated
newest added

When calling the v2/catalog/list? endpoint item modifiers are missing the on_by_default property because this is not present in the catalogueModifier model. Suggest modifying to: `

Removes undefined variable notices

**Describe the bug** The documentation https://developer.squareup.com/reference/square/payouts-api/list-payouts says we get `amount_money` with `currency_code`. But when converting, we use the `currency` field, as a result we have an empty value in the...

**Describe the bug** The order sources and tender types are confusing and difficult to code for. **Expected behavior** Clean and concise order sources and tender types **To Reproduce** Steps to...

roadmap

It would be helpful for testing SDK integrations to be able to provide a mock `HttpClientInterface` implementation. The `Square\SquareClient` constructor explicitly [builds an `Unirest\HttpClient`](https://github.com/square/square-php-sdk/blob/ea37b8935fcad1382cc4a879ece979db555a1a42/src/SquareClient.php#L148) making it challenging to inject alternative...

enhancement

Unable to analyze changes with AI, incrementing PATCH version.

Unable to analyze changes with AI, incrementing PATCH version.

This PR regenerates code to match the latest API Definition.

For a given code and application_id and application_secret how exactly do I get the access token using the new non-legacy API ? Google AI claims this, which I think is...