From 299d48c57e2945d5b5e7db489f696b0e31b7ee0c Mon Sep 17 00:00:00 2001 From: Can Demiralp Date: Wed, 13 Nov 2024 15:30:27 +0100 Subject: [PATCH] [ECP-9450] Formatting --- Test/Unit/Gateway/Request/CheckoutDataBuilderTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test/Unit/Gateway/Request/CheckoutDataBuilderTest.php b/Test/Unit/Gateway/Request/CheckoutDataBuilderTest.php index cfcb2532f..09de31742 100644 --- a/Test/Unit/Gateway/Request/CheckoutDataBuilderTest.php +++ b/Test/Unit/Gateway/Request/CheckoutDataBuilderTest.php @@ -80,4 +80,4 @@ public function testAllowThreeDSFlag() $this->assertTrue($request['body']['additionalData']['allow3DS2']); } -} \ No newline at end of file +}