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 f18f787 commit 5090d1eCopy full SHA for 5090d1e
tests/Omnipay/Paysafecard/Message/CompletePurchaseRequestTest.php
@@ -63,7 +63,7 @@ public function testExceptions()
63
'username' => 'SOAP_USERNAME',
64
'password' => 'oJ2rHLBVSbD5iGfT',
65
'transactionId' => 'TX9997888',
66
- 'SubId' => 'shop1',
+ 'subId' => 'shop1',
67
'amount' => '1.00',
68
'currency' => 'EUR'
69
))->getData();
@@ -111,7 +111,7 @@ public function testSendInvalidData()
111
112
113
114
115
116
117
))->send();
0 commit comments