Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Settings - Display erroring bank notice on Settings > Payments > Deposits #9482

Merged
merged 9 commits into from
Sep 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
tweak - move internal dependency
  • Loading branch information
Nagesh Pai committed Sep 24, 2024
commit 8cabfb8eec791d8dd41a0da8c6abbc4344cbb793
2 changes: 1 addition & 1 deletion client/settings/deposits/index.js
Original file line number Diff line number Diff line change
@@ -6,11 +6,11 @@ import { select } from '@wordpress/data';
import { __ } from '@wordpress/i18n';
import { Card, SelectControl, ExternalLink } from '@wordpress/components';
import interpolateComponents from '@automattic/interpolate-components';
import { STORE_NAME } from 'wcpay/data/constants';

/**
* Internal dependencies
*/
import { STORE_NAME } from 'wcpay/data/constants';
import { getDepositMonthlyAnchorLabel } from 'wcpay/deposits/utils';
import WCPaySettingsContext from '../wcpay-settings-context';
import CardBody from '../card-body';