paypal voucher
fixed paypal vouchers. added round off function
This commit is contained in:
@@ -823,6 +823,7 @@ class UserController extends Controller {
|
||||
$arrayItems = $post['item'];
|
||||
$order = 1;
|
||||
$UserModel = new UserModel;
|
||||
|
||||
foreach ($arrayItems as $item) {
|
||||
$i = $UserModel->updateThumbnailOrdering($order, $item);
|
||||
$order++;
|
||||
|
||||
Reference in New Issue
Block a user