Skip to content

Commit

Permalink
No need to check this here because the missingInputDataForCheckout al…
Browse files Browse the repository at this point in the history
…ready ran through before
  • Loading branch information
pozylon committed Mar 31, 2023
1 parent 824fe45 commit fa425fd
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,7 @@ export const configureOrderModuleProcessing = ({
unchainedAPI: UnchainedCore,
): Promise<OrderStatus | null> => {
if (status === null) {
if ((await missingInputDataForCheckout(order)).length === 0) {
return OrderStatus.PENDING;
}
return OrderStatus.PENDING;
}

if (status === OrderStatus.PENDING) {
Expand Down

0 comments on commit fa425fd

Please sign in to comment.