Skip to content

Commit 62df68b

Browse files
committed
Gun the code duplication
1 parent e2bf1d3 commit 62df68b

File tree

2 files changed

+0
-342
lines changed

2 files changed

+0
-342
lines changed

auth-web/src/components/pay/CompletePaymentDetails.vue

Lines changed: 0 additions & 329 deletions
This file was deleted.

auth-web/src/views/pay/PayOutstandingBalanceView.vue

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -75,22 +75,9 @@ export default defineComponent({
7575
componentProps: {
7676
orgId: props.orgId,
7777
changePaymentType: props.changePaymentType,
78-
statementSummary: statementSummary,
7978
stepForward: handleStepForward,
8079
enableEFTBalanceByPADFeature: enableEFTBalanceByPADFeature.value
8180
}
82-
},
83-
{
84-
title: 'Payment Method Detail',
85-
stepName: 'Payment Method Detail',
86-
component: CompletePaymentDetails,
87-
componentProps: {
88-
orgId: props.orgId,
89-
paymentId: props.paymentId,
90-
changePaymentType: props.changePaymentType,
91-
stepJumpTo: handleStepJumpTo,
92-
enableEFTBalanceByPADFeature: enableEFTBalanceByPADFeature.value
93-
}
9481
}
9582
]
9683

0 commit comments

Comments
 (0)