Browse Source

[backend] Correctif Stripe verification

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

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

@@ -240,7 +240,7 @@ class CreditController extends ProducerBaseController

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

Loading…
Cancel
Save