Skip to content

Commit 8fb8087

Browse files
committed
PHP 5.3 compatible array style
1 parent 1287a3f commit 8fb8087

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Message/CIMCreateCardRequestTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ public function testGetDataShouldHaveCustomBillTo()
4242
'card' => $card,
4343
'developerMode' => true,
4444
'forceCardUpdate' => true,
45-
'defaultBillTo' => [
45+
'defaultBillTo' => array(
4646
'address' => '1234 Test Street',
4747
'city' => 'Blacksburg'
48-
]
48+
)
4949
)
5050
);
5151

0 commit comments

Comments
 (0)