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 4e764ea commit 8670f1dCopy full SHA for 8670f1d
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