Create new Redux store for onboarding details

This commit is contained in:
Philipp Stracker 2024-10-22 15:15:55 +02:00
parent b2e662e246
commit fc6d05ac37
No known key found for this signature in database
9 changed files with 184 additions and 0 deletions

View file

@ -0,0 +1,2 @@
export const NAMESPACE = '/wc/v3/wc_paypal';
export const STORE_NAME = 'wc/paypal';