Skip to content

Commit

Permalink
Merge pull request #11 from Shjpr9/main
Browse files Browse the repository at this point in the history
Update CreditResponse.php
  • Loading branch information
cryptommer authored Aug 6, 2024
2 parents 85755b3 + 9c00f03 commit 0a32f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Objects/CreditResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class CreditResponse {
* @param $response
*/
public function __construct($response) {
$this->Status = $response['data'];
$this->Status = $response['status'];
$this->Message = $response['message'];
$this->Data = $response['data'];
}
Expand Down

0 comments on commit 0a32f1d

Please sign in to comment.