Skip to content

Commit

Permalink
Add appVersion payload into unlockAndValidateTrxId
Browse files Browse the repository at this point in the history
  • Loading branch information
lintangtimur committed Apr 18, 2021
1 parent 60f03ab commit 908502d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Ovoid.php
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ protected function unlockAndValidateTrxId($trxId, $amount, $securityCode)
$data = [
'trxId' => $trxId,
'signature' => $this->signatureUnlockAndValidateTrxId($trxId, $amount),
'appVersion' => Meta::APP_VERSION,
'securityCode' => $securityCode
];

Expand Down

0 comments on commit 908502d

Please sign in to comment.