/**
  * Method that facilitiates updating the Transaction
  * @return void
  */
 public function onUpdate()
 {
     $this->transaction->updateTotal();
     $this->eventDispatcher->dispatch(Events::UPDATED);
 }