Skip to content

Commit

Permalink
issue fix for EFT
Browse files Browse the repository at this point in the history
  • Loading branch information
Jxio committed Oct 30, 2023
1 parent 70a924b commit 77f78ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth-web/src/components/auth/common/PaymentMethods.vue
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ export default defineComponent({
})
}
if (currentOrgPaymentDetails?.eftEnable) {
paymentMethods.push(PaymentTypes.EFT)
paymentMethods.push(PAYMENT_METHODS[PaymentTypes.EFT])
}
return paymentMethods
})
Expand Down

0 comments on commit 77f78ec

Please sign in to comment.