Hook actionCarrierUpdate

Aliases:

  • updateCarrier

Information

Carrier Update:

This hook is called when a carrier is updated

Hook locations:

  • back office

Hook type: action

Located in:

Call of the Hook in the origin file

Hook::exec('actionCarrierUpdate', [
                                    'id_carrier' => (int) $current_carrier->id,
                                    'carrier' => $new_carrier,
                                ])