Skip to content

Commit

Permalink
fix: saving status on platform
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaMelazzo committed May 8, 2024
1 parent bb546da commit 50f8459
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Model/Api/Recipient.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ private function saveOnPlatform($params)
$recipientModel->setDocument($registeredInformation['document']);
$recipientModel->setPagarmeId($params['pagarme_id']);
$recipientModel->setType($registeredInformation['type']);
$recipientModel->setStatus($params['status']);
$this->resourceModelRecipient->save($recipientModel);
}

Expand Down

0 comments on commit 50f8459

Please sign in to comment.