mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
Refactor the change shipping address and change card buttons to a more modular structure
This commit is contained in:
parent
3315fbe116
commit
90aa261c8b
27 changed files with 118 additions and 315 deletions
|
@ -1,6 +1,5 @@
|
|||
import { useCallback, useMemo } from '@wordpress/element';
|
||||
import { useDispatch, useSelect } from '@wordpress/data';
|
||||
import useFastlaneSdk from "./useFastlaneSdk";
|
||||
|
||||
export const useCustomerData = () => {
|
||||
const customerData = useSelect( ( select ) =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue