You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation to hide the statement settings when EFT payment method selected is incorrect.
The implementation is based on the EFT enabled feature flag only. The settings are hidden if the feature flag is enabled, but we want to show the settings for non EFT payment methods when the feature flag is enabled.
The current implementation to hide the statement settings when EFT payment method selected is incorrect.
The implementation is based on the EFT enabled feature flag only. The settings are hidden if the feature flag is enabled, but we want to show the settings for non EFT payment methods when the feature flag is enabled.
See:
https://github.com/bcgov/sbc-auth/blob/main/auth-web/src/components/auth/account-settings/statement/Statements.vue#L21
Update:
Based on discussions, the statement settings will always be available, but for EFT the statement frequency is locked to MONTHLY
The text was updated successfully, but these errors were encountered: