Skip to content

Commit a8c1538

Browse files
committed
revert condition
1 parent 7934be8 commit a8c1538

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: integration-libs/punchout/core/facade/punchout.service.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ export class PunchoutService implements PunchoutFacade {
9999
});
100100
if (
101101
punchoutSession.punchOutOperation === PunchOutOperation.EDIT &&
102-
punchoutSession?.cartId
102+
punchoutSession?.cartId &&
103+
!payload?.isPageRefresh
103104
) {
104105
this.setPunchoutInitialRequisition();
105106
}

0 commit comments

Comments
 (0)