update commission
This commit is contained in:
@@ -431,7 +431,7 @@ class AdminModel extends Model
|
||||
}
|
||||
|
||||
function selectCommission(){
|
||||
$i = DB::select("SELECT t.StoreName, pd.InvoiceNumber, pd.CartKey, pd.Total, pd.SubTotal, pd.Tax, pd.Currency,
|
||||
$i = DB::select("SELECT t.StoreName, pd.InvoiceNumber, pd.CartKey, pd.Total, pd.SubTotal, pd.Tax, pd.Currency, pd.ShippingCost,
|
||||
(pd.Total * 0.029) AS proc_fee,
|
||||
(pd.SubTotal - 0.29) AS trans_rate, ROUND(((
|
||||
SELECT trans_rate) - (
|
||||
|
||||
Reference in New Issue
Block a user