Skip to content

Commit

Permalink
typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sevannerse committed Sep 9, 2021
1 parent 67f8be5 commit b0477b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Abstracts/View/Components/TransactionShow.php
Original file line number Diff line number Diff line change
Expand Up @@ -407,11 +407,11 @@ public function __construct(
$this->textHeaderPaidAt = $this->gettextHeaderPaidAt($type, $textHeaderPaidAt);

// Header Class
$this->classHeaderAccount = $this->getclassHeaderAccount($type, $classHeaderAccount);
$this->classHeaderAccount = $this->getClassHeaderAccount($type, $classHeaderAccount);
$this->classHeaderContact = $this->getClassHeaderContact($type, $classHeaderContact);
$this->classHeaderCategory = $this->getClassHeaderCategory($type, $classHeaderCategory);
$this->classHeaderAmount = $this->getClassHeaderAmount($type, $classHeaderAmount);
$this->classHeaderPaidAt = $this->getclassHeaderPaidAt($type, $classHeaderPaidAt);
$this->classHeaderPaidAt = $this->getClassHeaderPaidAt($type, $classHeaderPaidAt);

// Hide Attachment
$this->hideAttachment = $hideAttachment;
Expand Down

0 comments on commit b0477b4

Please sign in to comment.