Make-Lemonade / lemonsqueezy-wp

The official Lemon Squeezy WordPress plugin
https://wordpress.org/plugins/lemon-squeezy/
6 stars 3 forks source link

PHP Notice #21

Open sanzeeb3 opened 1 year ago

sanzeeb3 commented 1 year ago

[19-Jan-2023 07:43:21 UTC] PHP Notice: Undefined variable: stores in C:\laragon\www\dev\wp-content\plugins\lemon-squeezy\src\class-lsq-rest-controller.php on line 371

https://github.com/Make-Lemonade/lemonsqueezy-wp/blob/353f72b75b75d56a600b91632705012b90054f95/src/class-lsq-rest-controller.php#L371

Btw, not sure why am I not getting the stores? Print of $store_data

[20-Jan-2023 03:51:56 UTC] stdClass Object
(
    [meta] => stdClass Object
        (
            [page] => stdClass Object
                (
                    [currentPage] => 1
                    [from] => 0
                    [lastPage] => 1
                    [perPage] => 10
                    [to] => 0
                    [total] => 0
                )

        )

    [jsonapi] => stdClass Object
        (
            [version] => 1.0
        )

    [links] => stdClass Object
        (
            [first] => https://api.lemonsqueezy.com/v1/stores?page%5Bnumber%5D=1&page%5Bsize%5D=10&sort=name
            [last] => https://api.lemonsqueezy.com/v1/stores?page%5Bnumber%5D=1&page%5Bsize%5D=10&sort=name
        )

    [data] => Array
        (
        )

)