Skip to content

Commit c14f032

Browse files
committed
fix typos
1 parent 82a3989 commit c14f032

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,6 @@ describe('Punchoutservice', () => {
323323
spyOn(punchoutStoreService, 'getPunchoutState').and.returnValue(
324324
of(mockState)
325325
);
326-
// spyOn(multiCartFacade, 'deleteCart').and.callThrough();
327326
spyOn(punchoutStoreService, 'updatePunchoutState').and.callThrough();
328327
spyOn(connector, 'getPunchoutSessionRequisition').and.callThrough();
329328

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export class PunchoutService implements PunchoutFacade {
138138
}),
139139
take(1),
140140
switchMap((punchoutState: PunchoutState) => {
141-
// scenario where user press 'close punchout session' btn in EDIT Cart mode
141+
// scenario where user pressed 'Close punchout session' button in EDIT Cart mode
142142
// initial cart requisition is returned to ARIBA
143143
if (
144144
punchoutState?.closePunchoutSession &&

0 commit comments

Comments
 (0)