Skip to content

Commit 8f0e241

Browse files
committed
Fix tests
1 parent 8851a62 commit 8f0e241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Omnipay/PayPal/Message/ExpressAuthorizeRequestTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function testGetData()
3535
'amount' => 1000,
3636
'currency' => 'AUD',
3737
'transactionId' => '111',
38-
'description' => 'Order Description'
38+
'description' => 'Order Description',
3939
'returnUrl' => 'https://www.example.com/return',
4040
'cancelUrl' => 'https://www.example.com/cancel',
4141
'notifyUrl' => 'https://www.example.com/notify',

0 commit comments

Comments
 (0)