Skip to content

Commit

Permalink
Update product-payment-factory.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 authored Feb 13, 2025
1 parent 245f5dd commit 1bd3b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth-web/src/composables/product-payment-factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export const useProductPayment = (props = null, state = null) => {
let exclusionSet = [PaymentTypes.INTERNAL, PaymentTypes.EFT, PaymentTypes.EJV]
let inclusionSet = []

if (orgStore.currentOrganization.accessType === AccessType.GOVM) {
if (orgStore.currentOrganization?.accessType === AccessType.GOVM) {
inclusionSet = [PaymentTypes.EJV]
} else if (orgStore.currentOrgPaymentDetails?.eftEnable) {
exclusionSet = [PaymentTypes.INTERNAL, PaymentTypes.EJV]
Expand Down

0 comments on commit 1bd3b8e

Please sign in to comment.