mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
♻️ Adjust naming to new “authentication” pattern
This commit is contained in:
parent
69d169533d
commit
1246a02f07
3 changed files with 3 additions and 3 deletions
|
@ -182,7 +182,7 @@ export const connectViaSecret = function* () {
|
|||
yield select( STORE_NAME ).persistentData();
|
||||
|
||||
return yield {
|
||||
type: ACTION_TYPES.DO_MANUAL_CONNECTION,
|
||||
type: ACTION_TYPES.DO_MANUAL_AUTHENTICATION,
|
||||
clientId,
|
||||
clientSecret,
|
||||
useSandbox,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue