mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 10:55:00 +08:00
Refactor the email button, shipping change button, and watermark code to a more modular structure
This commit is contained in:
parent
f470fb0c53
commit
3315fbe116
22 changed files with 438 additions and 237 deletions
|
@ -1,5 +1,5 @@
|
|||
import { populateWooFields } from '../helpers/fieldHelpers';
|
||||
import { injectShippingChangeButton } from '../helpers/shippingChangeButtonManager';
|
||||
import { injectShippingChangeButton } from '../components/shipping';
|
||||
import { injectCardChangeButton } from '../helpers/cardChangeButtonManager';
|
||||
import { setIsGuest } from '../stores/axoStore';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue