We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1f7aad commit 4e764eaCopy full SHA for 4e764ea
src/Abstracts/BaseGateWay.php
@@ -85,7 +85,7 @@ public function getResponse(): array
85
*/
86
public function getData(): array
87
{
88
- return $this->getResponse()['data'];
+ return $this->getResponse();
89
}
90
91
/* Instantiate the http client wrapper class to make it available to the gateway classes
0 commit comments