mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
🐛 Fix the authentication bug!
This commit is contained in:
parent
4e7d89fd26
commit
650586ce7c
1 changed files with 1 additions and 1 deletions
|
@ -128,8 +128,8 @@ export const useHandleOnboardingButton = ( isSandbox ) => {
|
|||
'Validating the connection details',
|
||||
async () => {
|
||||
await connectViaAuthCode(
|
||||
authCode,
|
||||
sharedId,
|
||||
authCode,
|
||||
environment
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue