After P -> A -> B flow, OrderItems in B response are missing various properties including accessPass
#120
Labels
approval-flow
Needed for Approval Flow to work across test
Missing fields
position
accessChannel
customerNotice
accessPass
accessCode
totalPaymentTax
(i haven't checked for all of them, but I can confirm that this was available in P's response - just not B. I expect they're all like that)customer.identifier
(it seems like all Customer fields excepting@type
andemail
are missing from the B-after-P response)customer.familyName
customer.givenName
customer.telephone
payment
(therefore, payment reconcilliation tests fail)An example failing test output:
access-channel_includes-access-channel-or-customer-notice_OpenBookingApprovalFlow_ScheduledSession.md
This error:
is because the test looks for OrderItem with
position: 0
and it does not find it. The result has noposition
.However, it also would have failed even still as the result has neither an
accessChannel
or acustomerNotice
- at least one of which is expectedThis makes the following tests fail in Approval mode:
The text was updated successfully, but these errors were encountered: