Skip to content

Commit 1bd3b8e

Browse files
authored
Update product-payment-factory.ts
1 parent 245f5dd commit 1bd3b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth-web/src/composables/product-payment-factory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export const useProductPayment = (props = null, state = null) => {
9191
let exclusionSet = [PaymentTypes.INTERNAL, PaymentTypes.EFT, PaymentTypes.EJV]
9292
let inclusionSet = []
9393

94-
if (orgStore.currentOrganization.accessType === AccessType.GOVM) {
94+
if (orgStore.currentOrganization?.accessType === AccessType.GOVM) {
9595
inclusionSet = [PaymentTypes.EJV]
9696
} else if (orgStore.currentOrgPaymentDetails?.eftEnable) {
9797
exclusionSet = [PaymentTypes.INTERNAL, PaymentTypes.EJV]

0 commit comments

Comments
 (0)