mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
💡 Improve a code comment
This commit is contained in:
parent
ca2aa4eff1
commit
4e7d89fd26
1 changed files with 2 additions and 2 deletions
|
@ -197,8 +197,8 @@ export const connectViaSecret = function* () {
|
||||||
* parameters are dynamically generated during the authentication process, and not managed by our
|
* parameters are dynamically generated during the authentication process, and not managed by our
|
||||||
* Redux store.
|
* Redux store.
|
||||||
*
|
*
|
||||||
* @param {string} sharedId - One-time authentication ID that PayPal "shares" with us.
|
* @param {string} sharedId - OAuth client ID, provided via "sharedId" during onboarding.
|
||||||
* @param {string} authCode - Matching one-time authentication code to validate the login.
|
* @param {string} authCode - OAuth authorization code provided during onboarding.
|
||||||
* @param {string} environment - [production|sandbox].
|
* @param {string} environment - [production|sandbox].
|
||||||
* @return {Action} The action.
|
* @return {Action} The action.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue