[BUG] comfirmSetup doesnt resolve
christ0089 opened this issue · 1 comments
christ0089 commented
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
Previously there was an event emmited
Now this is the only event that logs in the network
Desktop (please complete the following information):
- OS: Mac Ventura
- Browser Chrome
- Version [e.g. 22]
Additional context
Add any other context about the problem here.
richnologies commented
Hey @christ0089,
Sorry for the delay, but new versions have been release:
- 16.1.1
- 15.7.1
- 14.5.0
They should fix this issue for you
Regards
R