Skip to content

Commit

Permalink
Merge pull request #2 from shojibur/main
Browse files Browse the repository at this point in the history
Fix checkSum variable when auth enquiry
  • Loading branch information
Jagdish-J-P authored Jan 11, 2022
2 parents f32f35a + 227e5e7 commit 14ab3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Messages/AuthEnquiry.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public function parseResponse($response)
$this->checkSum = $response_value['fpx_checkSum'];

if (App::environment('production') || Config::get('fpx.should_verify_response'))
$this->verifySign($this->checksum, $this->responseFormat());
$this->verifySign($this->checkSum, $this->responseFormat());

$transaction = $this->saveTransaction();

Expand Down

0 comments on commit 14ab3bd

Please sign in to comment.