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

Undefined 0 index in Transfer Class #89

Open
justiceroyale1 opened this issue Sep 17, 2022 · 0 comments
Open

Undefined 0 index in Transfer Class #89

justiceroyale1 opened this issue Sep 17, 2022 · 0 comments

Comments

@justiceroyale1
Copy link

When I tried to use the transfers method to get transfer rates. I got an undefined 0 index error.

I traced the issue to line 155 in the KingFlamez\Rave\Helpers\Transfers class

$transfer['data'] = $transfer['data'][0];

The above code was the culprit.

I had to create a copy of this class and comment out the offending line to get the code to work.

I suggest that you remove this line of code. Thank you.

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

1 participant