I've been having this problem for a long time
my reseller packages change spontaneously
This means that the value of the credits that need to be deducted from the reseller when making packages is changed to null
I mean, it doesn't mean that reseller can make the line, its null value, and it doesn't allow reseller to make the line.
I went to the database and looked at the table like this (reg_users >>> reseller edit >>> override_packages)
{
"2":{"assign":1,"official_credits":"2"},
"3":{"assign":1,"official_credits":"6"},
"4":{"assign":1,"official_credits":"8"},
"5":{"assign":1,"official_credits":"20"},
"6":{"assign":1,"official_credits":"40"},
"8":{"assign":1,"official_credits":"60"},}
In this way, it becomes spontaneous
{
"2":{"assign":1,"official_credits":""},
"3":{"assign":1,"official_credits":""},
"4":{"assign":1,"official_credits":""},
"5":{"assign":1,"official_credits":""},
"6":{"assign":1,"official_credits":""},
"8":{"assign":1,"official_credits":""},}
anyone has a solution to this?
my reseller packages change spontaneously
This means that the value of the credits that need to be deducted from the reseller when making packages is changed to null
I mean, it doesn't mean that reseller can make the line, its null value, and it doesn't allow reseller to make the line.
I went to the database and looked at the table like this (reg_users >>> reseller edit >>> override_packages)
{
"2":{"assign":1,"official_credits":"2"},
"3":{"assign":1,"official_credits":"6"},
"4":{"assign":1,"official_credits":"8"},
"5":{"assign":1,"official_credits":"20"},
"6":{"assign":1,"official_credits":"40"},
"8":{"assign":1,"official_credits":"60"},}
In this way, it becomes spontaneous
{
"2":{"assign":1,"official_credits":""},
"3":{"assign":1,"official_credits":""},
"4":{"assign":1,"official_credits":""},
"5":{"assign":1,"official_credits":""},
"6":{"assign":1,"official_credits":""},
"8":{"assign":1,"official_credits":""},}
anyone has a solution to this?





