We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b231888 commit 10d1a18Copy full SHA for 10d1a18
tests/Unit/NotificationTest.php
@@ -682,6 +682,8 @@ public function testBankingWebhookParserRelayedAuthorisationRequest()
682
self::assertEquals("Authorised", $result->getAuthorisationDecision()->getStatus());
683
self::assertEquals("balancePlatform.authorisation.relayed", $result->getType());
684
self::assertEquals("test", $result->getEnvironment());
685
+ }
686
+
687
public function testBankingWebhookParserReleasedBlockedBalanceNotificationRequest()
688
{
689
$jsonString = '{
0 commit comments