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

The items pricing is not showing up after update #12

Closed
Panonim opened this issue Jun 4, 2024 · 1 comment
Closed

The items pricing is not showing up after update #12

Panonim opened this issue Jun 4, 2024 · 1 comment

Comments

@Panonim
Copy link

Panonim commented Jun 4, 2024

Screenshot_2024-06-04-15-21-20-121_de.zaroc.valstore-edit.jpg

Only the kingdom currency don't work under cosmetics section.

@z4roc
Copy link
Owner

z4roc commented Jun 4, 2024

Hey there, I already stumbled upon this one, seems like I accidently caused this with the bundle fix, because Riot uses
the currencyId as key in the cost object and I changed it.

Cost.fromJson(Map<String, dynamic> json) {
    i85ad13f73d1b51289eb27cd8ee0b5741 =
        json['85ad13f7-3d1b-5128-9eb2-7cd8ee0b5741'] ?? // Valorant Points Currency ID
            json['85ca954a-41f2-ce94-9b45-8ca3dd39a00d']; // Kingdom Credits Currency ID
  }

Testing went good with addressing both VP and Kingdom credits like shown, this issue will be addressed and fixed with newest release im figuring out right now

@z4roc z4roc closed this as completed Sep 24, 2024
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

2 participants