You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Open
wuruofficial opened this issue
Oct 23, 2024
· 4 comments
No description provided.
The text was updated successfully, but these errors were encountered: