paypal / paypal-ios

One merchant integration point for all of PayPal's services
Apache License 2.0
59 stars 27 forks source link

Can't login using native checkout #259

Closed KovtunOleg closed 7 months ago

KovtunOleg commented 7 months ago

PayPal SDK Version

1.2.0

Environment

Sandbox

Xcode Version

15.2

OS Version & Device

Simulator iPhone 15

Integration type

Swfit Package Manager

Development Processor

Apple Silicon (M-series chips)

Describe the bug

I installed your demo project and try to test native checkout feature.

When I try to log-in using sandbox account, I see following error:

Something went wrong on our end

Sorry, we're having trouble completing your request right now. Please try again.

Please see attached video:

Note: several days ago it was working fine, so maybe it is a temporary issue. Also web fallback works.

To reproduce

  1. Open demo app
  2. Select native checkout cell
  3. Press Get ClientID button
  4. Press Start Checkout button
  5. Input your sandbox account creds and try to log-in (log out if you was logged-in earlier)
  6. You will see error message

Expected behavior

You should be logged-in successfully

Screenshots

Simulator Screenshot - iPhone 15 - 2024-02-29 at 17 11 30

https://github.com/paypal/paypal-ios/assets/1674694/264a62e0-48bd-4053-bb19-e9fc710cae13

KovtunOleg commented 7 months ago

Today it starts working again, so yeah looks like it was a backend issue on sandbox environment.