Skip to content

Commit

Permalink
examples - fix kuveytpos
Browse files Browse the repository at this point in the history
  • Loading branch information
nuryagdym committed Nov 17, 2024
1 parent 1dba93c commit 399ce80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/kuveytpos/regular/_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'apitest',
'400235',
'api123',
PosInterface::MODEL_3D_SECURE
PosInterface::MODEL_NON_SECURE
);

$pos = getGateway($account, $eventDispatcher);
Expand Down
2 changes: 1 addition & 1 deletion tests/Functional/KuveytPosTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ function (RequestDataPreparedEvent $requestDataPreparedEvent) use (&$eventIsThro

$response = $this->pos->getResponse();

$this->assertTrue($this->pos->isSuccess());
$this->assertTrue($this->pos->isSuccess(), $response['error_message'] ?? '');

$this->assertIsArray($response);
$this->assertNotEmpty($response);
Expand Down

0 comments on commit 399ce80

Please sign in to comment.