We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8851a62 commit 8f0e241Copy full SHA for 8f0e241
tests/Omnipay/PayPal/Message/ExpressAuthorizeRequestTest.php
@@ -35,7 +35,7 @@ public function testGetData()
35
'amount' => 1000,
36
'currency' => 'AUD',
37
'transactionId' => '111',
38
- 'description' => 'Order Description'
+ 'description' => 'Order Description',
39
'returnUrl' => 'https://www.example.com/return',
40
'cancelUrl' => 'https://www.example.com/cancel',
41
'notifyUrl' => 'https://www.example.com/notify',
0 commit comments