docs: add line highlight validation (#14380)
* docs: add line highlight validation * add to all projects * fixes * fixes * fix * fixes
This commit is contained in:
@@ -2884,9 +2884,9 @@ Create the file `src/workflows/merchant-send-quote.ts` with the following conten
|
||||

|
||||
|
||||
export const sendQuoteHighlights = [
|
||||
["15", "useQueryGraphStep", "Retrieve the quote's details."],
|
||||
["24", "validateQuoteNotAccepted", "Validate that the quote isn't already accepted by the customer."],
|
||||
["29", "updateQuotesStep", "Update the quote's status to `pending_customer`."]
|
||||
["14", "useQueryGraphStep", "Retrieve the quote's details."],
|
||||
["23", "validateQuoteNotAccepted", "Validate that the quote isn't already accepted by the customer."],
|
||||
["28", "updateQuotesStep", "Update the quote's status to `pending_customer`."]
|
||||
]
|
||||
|
||||
```ts title="src/workflows/merchant-send-quote.ts" highlights={sendQuoteHighlights}
|
||||
|
||||
Reference in New Issue
Block a user