Enrique Carpintero

Results 4 issues of Enrique Carpintero

I've observed an inconsistency in the application of the Exchange Rate when calculating the final "Converted Balance" value. This inconsistency is noticeable when comparing the Payments section to the Invoice...

bug

Hey there, I'm trying to use this module as part of an Angular 12 project. Sadly, version 3 of `ngx-zendesk-webwidget` does not support Angular versions lower than 12, as declared...

Right now, there is very little error handling happening inside the module. I consider robust error handling a must to have this module in a production environment. Here's a list...

enhancement

Decoding a payload into a JSON object requires the following extra code on every single controller. ```typescript @Consume('queueName') function handleCreatedEvent(content: string) { const eventData = JSON.parse(content) // do something with...

enhancement