Skip to content

Commit

Permalink
define getPayout shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
paulandrieux committed Nov 22, 2018
1 parent 5d32ebd commit df4794f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Helper/PaymentDirectDebitHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,9 @@ public function getPayin($payinId)
{
return $this->mangopayHelper->PayIns->Get($payinId);
}

public function getPayout($payoutId)
{
return $this->mangopayHelper->PayOuts->Get($payoutId);
}
}

0 comments on commit df4794f

Please sign in to comment.