-
Notifications
You must be signed in to change notification settings - Fork 0
Issues: aungmyokyaw97/Smile-One
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
SmileOne::setProduct(#ProductName)->getProductList(#Region); // Get Product Points List // Replace '#ProductName' with your actual product name. // If left empty, it will default to the Brazil region. // Example : SmileOne::setProduct('mobilelegends')->getProductList(); // Example for different region : SmileOne::setProduct('mobilelegends')->getProductList('ph'); SmileOne::setProduct(#ProductName)->getPoints(#Region); // Get Total Available SmilePoints With Product SmileOne::setProduct('mobilelegends')->getProduct(#Region); // Get Main Product SmileOne::setProduct(#ProductName,#ProductId)->setUser(#UserID,#UserZoneID)->checkProductPoints(#Region); // Check Points with User ID SmileOne::setProduct(#ProductName,#ProductId)->setUser(#UserID,#UserZoneID)->purchase(#Region); // Product Purchase
#2
opened Oct 23, 2024 by
wuruofficial
ProTip!
Add no:assignee to see everything that’s not assigned.