Skip to content

Commit

Permalink
Update buildSignature
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardjke committed Mar 16, 2022
1 parent 8d97067 commit bd56323
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/Message/NotificationRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@ private function getSignature()
private function buildSignature()
{
$params = [
$this->getNotificationType(),
$this->getOperationId(),
$this->getAmount(),
$this->getCurrency(),
$this->getDatetime(),
$this->getSender(),
$this->getCodePro(),
$this->getDataItem('notification_type'),
$this->getDataItem('operation_id'),
$this->getDataItem('amount'),
$this->getDataItem('currency'),
$this->getDataItem('datetime'),
$this->getDataItem('sender'),
$this->getDataItem('codepro'),
$this->getSecret(),
$this->getDataItem('label', ''),
];
Expand Down

0 comments on commit bd56323

Please sign in to comment.