Skip to content

Commit 10d1a18

Browse files
committed
Resolve conflicts
1 parent b231888 commit 10d1a18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Unit/NotificationTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,8 @@ public function testBankingWebhookParserRelayedAuthorisationRequest()
682682
self::assertEquals("Authorised", $result->getAuthorisationDecision()->getStatus());
683683
self::assertEquals("balancePlatform.authorisation.relayed", $result->getType());
684684
self::assertEquals("test", $result->getEnvironment());
685+
}
686+
685687
public function testBankingWebhookParserReleasedBlockedBalanceNotificationRequest()
686688
{
687689
$jsonString = '{

0 commit comments

Comments
 (0)