Browse Source

Merge branch 'dev'

prodstable
Guillaume 3 years ago
parent
commit
5d29b21810
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      producer/controllers/CreditController.php

+ 1
- 1
producer/controllers/CreditController.php View File



if($order) { if($order) {
$order->saveCreditHistory( $order->saveCreditHistory(
CreditHistory::TYPE_DEBIT,
CreditHistory::TYPE_PAYMENT,
$amount, $amount,
$idProducer, $idProducer,
$order->id_user, $order->id_user,

Loading…
Cancel
Save