Skip to content

Commit

Permalink
Gun the code duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 committed Jan 30, 2025
1 parent e2bf1d3 commit 62df68b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 342 deletions.
329 changes: 0 additions & 329 deletions auth-web/src/components/pay/CompletePaymentDetails.vue

This file was deleted.

13 changes: 0 additions & 13 deletions auth-web/src/views/pay/PayOutstandingBalanceView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,22 +75,9 @@ export default defineComponent({
componentProps: {
orgId: props.orgId,
changePaymentType: props.changePaymentType,
statementSummary: statementSummary,
stepForward: handleStepForward,
enableEFTBalanceByPADFeature: enableEFTBalanceByPADFeature.value
}
},
{
title: 'Payment Method Detail',
stepName: 'Payment Method Detail',
component: CompletePaymentDetails,
componentProps: {
orgId: props.orgId,
paymentId: props.paymentId,
changePaymentType: props.changePaymentType,
stepJumpTo: handleStepJumpTo,
enableEFTBalanceByPADFeature: enableEFTBalanceByPADFeature.value
}
}
]
Expand Down

0 comments on commit 62df68b

Please sign in to comment.