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

Commit 78eba96

Browse files
MAGETWO-63638: Sending all order to Signifyd for guarantee automatically
- Fixed the integration test - Code refactoring
1 parent 7d3ca78 commit 78eba96

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Model/SignifydGateway/Request/CreateCaseBuilderTest.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ public function testCreateCaseBuilderWithFullSetOfData()
115115
'itemUrl' => $product->getProductUrl(),
116116
'itemWeight' => $product->getWeight()
117117
]
118-
]
118+
],
119+
'paymentMethod' => 'PAYPAL_ACCOUNT'
119120
],
120121
'card' => [
121122
'cardHolderName' => 'firstname lastname',
@@ -215,7 +216,8 @@ public function testCreateCaseBuilderWithVirtualProductAndGuest()
215216
'itemQuantity' => $orderItems[0]->getQtyOrdered(),
216217
'itemUrl' => $product->getProductUrl()
217218
],
218-
]
219+
],
220+
'paymentMethod' => 'PAYPAL_ACCOUNT'
219221
],
220222
'card' => [
221223
'cardHolderName' => 'firstname lastname',

0 commit comments

Comments
 (0)