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

PHP SDK for working with the Paddle API in server-side apps.

Results 10 paddle-php-sdk issues
Sort by recently updated
recently updated
newest added

### Describe the bug Im using PaddleJS in Frontend and store the current Userrequest in Backend (SPA - Approach), by validating the Transaction_ID. I realized I get different kind of...

Our test coverage doesn't have many real world examples to ensure verification is working as expected. This aims to plug this hole which we can expand with further payloads and...

### Describe the bug Dear team, we use the SDK to verify webhooks and it works for 99% of the cases. For the failing ones we noticed that the customer...

### Describe the bug from your documentation https://developer.paddle.com/webhooks/subscriptions/subscription-created Inside the array `items` you show the object `product` but inside the Class `SubscriptionItem` it's missing ### Steps to reproduce see the...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | php | stage | minor | `8.1-cli-alpine` -> `8.3-cli-alpine` | --- ### Configuration...

norelease
bot

### Fixed - Empty custom data array will now serialize to empty JSON object `{}`

norelease

### Added - Added simulations api [related changelog](https://developer.paddle.com/changelog/2024/webhook-simulator?utm_source=dx&utm_medium=paddle-php-sdk)

norelease

### Describe the bug As per the docs for previewing a transaction: https://developer.paddle.com/api-reference/transactions/preview-transaction Both `price.unit_price_overrides` and `price.quantity` are optional on the 'Non catalog price for an existing product' item requirements....

### Describe the bug When posting a Transaction Preview, the response doesn't allow Price to be `null` but I'm not sure if this is an API bug or an SDK...

### Describe the bug The file paddle-php-sdk\src\Entities\Shared\Status.php has private "Active" and "Archived" fields when they should be public ### Steps to reproduce Try to list products by using the specific...