Skip to content

Commit

Permalink
Merge pull request #10 from mgralikowski/patch-2
Browse files Browse the repository at this point in the history
Update Response.php
  • Loading branch information
axotion committed Feb 3, 2019
2 parents d107303 + 3358576 commit 45a4987
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/DotpayApi/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ public function getOperationAmount()
return $this->data['operation_amount'];
}

public function getOperationCurrency()
{
return $this->data['operation_currency'];
}

public function getOperationDateTime()
{
return $this->data['operation_datetime'];
Expand All @@ -41,4 +46,4 @@ public function getOperationStatus()
return $this->data['operation_status'];
}

}
}

0 comments on commit 45a4987

Please sign in to comment.