-
Notifications
You must be signed in to change notification settings - Fork 2
Issues: aungmyokyaw97/Smile-One
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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!
Follow long discussions with comments:>50.