Skip to content

Commit

Permalink
Merge pull request #40 from ONDC-Official/feature/rework
Browse files Browse the repository at this point in the history
testing for pramaan
shivang1131 authored Jan 15, 2025
2 parents f1daccb + a5aa71d commit f15b2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/TRV11/on_select/generator.ts
Original file line number Diff line number Diff line change
@@ -149,7 +149,7 @@ export async function onSelectGenerator(
// createAndAppendFulfillments(updatedItems, fulfillments);
const quote = createQuoteFromItems(updatedItems);
existingPayload.message.order.items = items;
existingPayload.message.order.fulfillments = fulfillments;
// existingPayload.message.order.fulfillments = fulfillments; //testing for pramaan
existingPayload.message.order.quote = quote;
return existingPayload;
}

0 comments on commit f15b2a0

Please sign in to comment.