Skip to content

Commit

Permalink
set allow default true in payme CheckPerformTransaction response
Browse files Browse the repository at this point in the history
  • Loading branch information
shaxzodbek-uzb authored Aug 25, 2023
1 parent 1bbe7fa commit 14d0e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Classes/Payme/Payme.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ private function CheckPerformTransaction()
PaymentService::payListener($model, null, 'before-pay');

$response = [
'allow' => false,
'allow' => true,
];

$response = PaymentService::beforeResponse("Payme@CheckPerformTransaction", $this->request->params, $response);
Expand Down

0 comments on commit 14d0e9c

Please sign in to comment.