We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 668bf52 commit f318393Copy full SHA for f318393
src/Message/Concerns/ResponseSignatureValidation.php
@@ -33,6 +33,7 @@ protected function validateSignature(): void
33
return 0 === strpos($parameter, 'vnp_')
34
&& ! in_array($parameter, ['vnp_SecureHash', 'vnp_SecureHashType']);
35
}, ARRAY_FILTER_USE_KEY);
36
+
37
$signature = new Signature(
38
$this->getRequest()->getVnpHashSecret(),
39
$data['vnp_SecureHashType']
0 commit comments