8000 Test fix · dercoder/omnipay-paysafecard@5090d1e · GitHub
[go: up one dir, main page]

Skip to content

Commit 5090d1e

Browse files
committed
Test fix
1 parent f18f787 commit 5090d1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Omnipay/Paysafecard/Message/CompletePurchaseRequestTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function testExceptions()
6363
'username' => 'SOAP_USERNAME',
6464
'password' => 'oJ2rHLBVSbD5iGfT',
6565
'transactionId' => 'TX9997888',
66-
'SubId' => 'shop1',
66+
'subId' => 'shop1',
6767
'amount' => '1.00',
6868
'currency' => 'EUR'
6969
))->getData();
@@ -111,7 +111,7 @@ public function testSendInvalidData()
111111
'username' => 'SOAP_USERNAME',
112112
'password' => 'oJ2rHLBVSbD5iGfT',
113113
'transactionId' => 'TX9997888',
114-
'SubId' => 'shop1',
114+
'subId' => 'shop1',
115115
'amount' => '1.00',
116116
'currency' => 'EUR'
117117
))->send();

0 commit comments

Comments
 (0)
0