Fixed  No account upgrades can be purchased at this time. Please check back later.

soloarquitectura

Well-known member
Unable to translate the phrase: "No account upgrades can be purchased at this time. Please check back later."

Account.php:
Code:
if (!$purchaseList['available'] && !$purchaseList['purchased'])
  {
   return $this->responseMessage('No account upgrades can be purchased at this time. Please check back later.');
  }
 
Top Bottom