Skip to content

Commit bf5412b

Browse files
committed
Minor formatting; no functional changes.
1 parent ffe153d commit bf5412b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Message/SIMAuthorizeRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function createHash($data)
7979
$data['x_fp_timestamp'],
8080
$data['x_amount']
8181
)
82-
).'^';
82+
) . '^';
8383

8484
// If x_currency_code is specified, then it must follow the final trailing carat.
8585

0 commit comments

Comments
 (0)