Skip to content

Commit 03bea46

Browse files
committed
ACP2E-3399: GraphQL Response for Order placement does not include the exception message
1 parent a1ee726 commit 03bea46

File tree

3 files changed

+0
-20
lines changed

3 files changed

+0
-20
lines changed

dev/tests/integration/testsuite/Magento/PaypalGraphQl/Model/Resolver/Guest/PlaceOrderWithHostedProTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,6 @@ public function testPlaceOrderWithHostedPro(): void
118118
order {
119119
order_number
120120
}
121-
errors {
122-
message
123-
code
124-
}
125121
}
126122
}
127123
QUERY;
@@ -196,10 +192,6 @@ public function testOrderWithHostedProDeclined(): void
196192
order {
197193
order_number
198194
}
199-
errors {
200-
message
201-
code
202-
}
203195
}
204196
}
205197
QUERY;

dev/tests/integration/testsuite/Magento/PaypalGraphQl/Model/Resolver/Guest/PlaceOrderWithPayflowLinkTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,6 @@ public function testResolvePlaceOrderWithPayflowLink(): void
136136
order {
137137
order_number
138138
}
139-
errors {
140-
message
141-
code
142-
}
143139
}
144140
}
145141
QUERY;
@@ -245,10 +241,6 @@ public function testResolveWithPayflowLinkDeclined(): void
245241
order {
246242
order_number
247243
}
248-
errors {
249-
message
250-
code
251-
}
252244
}
253245
}
254246
QUERY;

dev/tests/integration/testsuite/Magento/PaypalGraphQl/Model/Resolver/Guest/PlaceOrderWithPaymentsAdvancedTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -268,10 +268,6 @@ private function setPaymentMethodAndPlaceOrder(string $cartId, string $paymentMe
268268
order {
269269
order_number
270270
}
271-
errors {
272-
message
273-
code
274-
}
275271
}
276272
}
277273
QUERY;

0 commit comments

Comments
 (0)