Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit abf6d51

Browse files
MAGETWO-63638: Sending all order to Signifyd for guarantee automatically
- Fixed integration test
1 parent 78eba96 commit abf6d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model/SignifydGateway/Request/CreateCaseBuilderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ public function testCreateCaseBuilderWithVirtualProductAndGuest()
217217
'itemUrl' => $product->getProductUrl()
218218
],
219219
],
220-
'paymentMethod' => 'PAYPAL_ACCOUNT'
220+
'paymentMethod' => 'PAYMENT_CARD'
221221
],
222222
'card' => [
223223
'cardHolderName' => 'firstname lastname',

0 commit comments

Comments
 (0)