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

Status fields should be public: they are currently private

Open jonjbar opened this issue 5 months ago • 3 comments

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 status const

Expected behavior

The fields should be accessible as public

Code snippets

No response

PHP version

PHP 8.2

SDK version

1.20

API version

Paddle Version 1

Additional context

No response

jonjbar avatar Sep 27 '24 09:09 jonjbar