richnologies / ngx-stripe

Angular 6+ wrapper for StripeJS
MIT License
219 stars 77 forks source link

[BUG] comfirmSetup doesnt resolve #209

Closed christ0089 closed 1 year ago

christ0089 commented 1 year ago

Describe the bug When the SetupIntent of the payment elements is confirmed via de confirmSetup the subscription does not emit any value to the subscription

To Reproduce Steps to reproduce the behavior:

"@angular/animations": "^15.2.8",
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/fire": "^7.5.0",
"@angular/forms": "^15.0.0",
"@angular/platform-browser": "^15.0.0",
"@angular/platform-browser-dynamic": "^15.0.0",
"@angular/platform-server": "^15.0.0",
"@angular/router": "^15.0.0",    
"@nguniversal/express-engine": "^15.2.1",
"@stripe/stripe-js": "1.52.0",
"ngx-stripe": "^15.6.0",

Using Angular Universal

Expected behavior SetupIntent Should emit a value whether its an error or a success but none are applying

Screenshots Method to confirm Setup Intent followed from example in website

Screen Shot 2023-05-12 at 11 07 55

Payment Element in Question

Screen Shot 2023-05-12 at 11 08 27 Screen Shot 2023-05-12 at 11 08 36

Previously there was an event emmited

205388827-f63d9673-79db-4ed8-a47f-d435b13d5402

Now this is the only event that logs in the network

Screen Shot 2023-05-12 at 11 26 44

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

richnologies commented 1 year ago

Hey @christ0089,

Sorry for the delay, but new versions have been release:

They should fix this issue for you

Regards

R