Skip to content

Commit 530b60a

Browse files
cleanup
1 parent 90214a2 commit 530b60a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/services/account/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export * from './useInvoice'
88
export * from './usePlanData'
99
export * from './useAvailablePlans'
1010
export * from './useSentryToken'
11+
export * from './useUpdateCard'
1112
export * from './useUpdatePaymentMethod'
1213
export * from './useUpgradePlan'
1314
export * from './useUpdateBillingEmail'

src/services/account/useUpdateBillingEmail.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ describe('useUpdateBillingEmail', () => {
9595
await waitFor(() =>
9696
expect(mockBody).toHaveBeenCalledWith({
9797
new_email: '[email protected]',
98-
should_propagate_to_payment_methods: true,
98+
apply_to_default_payment_method: true,
9999
})
100100
)
101101
})

0 commit comments

Comments
 (0)