Skip to content

Commit

Permalink
add getData method to FetchInvoiceResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinDamyanovAmpeco committed Aug 12, 2024
1 parent 196b168 commit 52cbd63
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ampeco/omnipay-cardcom",
"description": "Omnipay plugin for Cardcom payment gateway",
"version": "1.2.5",
"version": "1.2.6",
"type": "library",
"license": "MIT",
"autoload": {
Expand Down
5 changes: 5 additions & 0 deletions src/Message/FetchInvoiceResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,9 @@ public function getMessage()
return $this->data['Description'] ?? null;
}

public function getData()
{
return $this->data;
}

}

0 comments on commit 52cbd63

Please sign in to comment.