Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get SubscriptionEvent's SalesReport? #9

Open
wulimazhiwei opened this issue Jun 11, 2020 · 3 comments
Open

How to get SubscriptionEvent's SalesReport? #9

wulimazhiwei opened this issue Jun 11, 2020 · 3 comments
Assignees

Comments

@wulimazhiwei
Copy link

No description provided.

@wulimazhiwei
Copy link
Author

my code:

  $subreport = $Reporter->getSalesReport(
                    $vendorNumber,
                    'SubscriptionEvent',
                    'Summary',
                    'Daily',
                    $date
                );

but it return null. Actually the report exists.

@mikebarlow
Copy link
Owner

Apologies for the delay in getting back to you on this. Are you able to show any of the other code on the page and more info about what version you are currently running?

The package was designed to either throw exceptions or return an array. So the package should not be returning null at any point. Have you modified the package in any way which may result in it returning null rather than throwing an exception or returning an array?

@mikebarlow mikebarlow self-assigned this Jun 24, 2020
@brizzly
Copy link

brizzly commented Dec 13, 2021

Hi there!
Did you found and fixe something in order to get Subscriptions events?
Thanks in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants