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 95f068e commit c175e9cCopy full SHA for c175e9c
src/Abstracts/BaseGateWay.php
@@ -85,7 +85,7 @@ public function getResponse(): array
85
*/
86
public function getData(): array
87
{
88
- return $this->getResponse();
+ return $this->getResponse()['data'];
89
}
90
91
/* Instantiate the http client wrapper class to make it available to the gateway classes
0 commit comments