Skip to content

Commit a6531b0

Browse files
committed
MAGETWO-93264: Wrong order status on registered checkout within Braintree Credit Card from Storefront with Signifyd Declined Guarantee
1 parent 8f48b9e commit a6531b0

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/functional/tests/app/Magento/Signifyd/Test/Block/SignifydConsole

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/Signifyd/Test/Block/SignifydConsole/CaseInfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class CaseInfo extends Block
108108
*
109109
* @var string
110110
*/
111-
private $shippingPrice = '[ng-if$="caseOrderSummary.shipments[0].shippingPrice"]';
111+
private $shippingPrice = '[ng-if="shipment.shippingPrice"]';
112112

113113
/**
114114
* Check if device data are present.

0 commit comments

Comments
 (0)