add currency for teamstore
This commit is contained in:
@@ -67,8 +67,9 @@ class UserModel extends Model {
|
||||
|
||||
function selectPaymentDetails($field, $val){
|
||||
|
||||
$i = DB::table('payment_details')->where($field, $val)
|
||||
->get();
|
||||
$i = DB::table('payment_details')
|
||||
->where($field, $val)
|
||||
->get();
|
||||
|
||||
return $i;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user