Skip to content

Commit

Permalink
removed extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
DjoykeAbyah committed Oct 8, 2024
1 parent e52e8a5 commit a97b415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Util/HmacSignatureTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function testMerchantReferenceWithSpace()
$hmac = new HmacSignature();
$hmacCalculation = $hmac->calculateNotificationHMAC($hmacKey, $params);
$expectedHmac = "kLZtgnXU86m/yjnpBD4aqESFgnoDcy1fGOP1Db/L3+4=";
$this->assertEquals($expectedHmac, $hmacCalculation, "The recalculated HMAC does not match the expected value.");
$this->assertEquals($expectedHmac, $hmacCalculation, "The recalculated HMAC does not match the expected value.");
}

public function testHmacSignatureForRefundWithZeroValue()
Expand Down

0 comments on commit a97b415

Please sign in to comment.