richnologies/ngx-stripe

[BUG] comfirmSetup doesnt resolve

christ0089 opened this issue · 1 comments

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):

  • OS: Mac Ventura
  • Browser Chrome
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

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