paddle-php-sdk
paddle-php-sdk copied to clipboard
Status fields should be public: they are currently private
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