mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 09:08:09 +08:00
✨ Finish initial Redux store
This commit is contained in:
parent
e884547582
commit
c61c4a7bc1
8 changed files with 104 additions and 17 deletions
|
@ -7,7 +7,7 @@ import { updateOnboardingDetails } from './actions';
|
|||
/**
|
||||
* Retrieve settings from the site's REST API.
|
||||
*/
|
||||
export function* getOnboardingDetails() {
|
||||
export function* getOnboardingData() {
|
||||
const path = `${ NAMESPACE }/onboarding`;
|
||||
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue