Commit 1782c73b authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'feat/replace-billing-address-for-jh' into 'master'

Feat: replace billing address component for JH

See merge request gitlab-org/gitlab!77211
parents 0521a852 6084fa9c
......@@ -3,7 +3,7 @@ import { mapState } from 'vuex';
import ProgressBar from 'ee/registrations/components/progress_bar.vue';
import { STEPS, SUBSCRIPTON_FLOW_STEPS } from 'ee/registrations/constants';
import { s__ } from '~/locale';
import BillingAddress from './checkout/billing_address.vue';
import BillingAddress from 'jh_else_ee/subscriptions/new/components/checkout/billing_address.vue';
import ConfirmOrder from './checkout/confirm_order.vue';
import PaymentMethod from './checkout/payment_method.vue';
import SubscriptionDetails from './checkout/subscription_details.vue';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment