cyclosproject / cyclos4-ui

A modern, simple and intuitive frontend for users of Cyclos
MIT License
43 stars 33 forks source link

Script Failing after updating from version 4.12 to 4.14 (PaymentService) #406

Closed EdwinM96 closed 3 years ago

EdwinM96 commented 3 years ago

I have a script that fails after the update.

The part where it is failing is when commiting a transaction through the paymentService available on the scripting module.

The method I am calling is paymentService.perform(PerformPaymentDTO) and the data I am adding to the DTO is previously validated. In the DTO this is the data I am adding:

The perform method is just returning a null cause CyclosException. I have not being able to find what the problem is due to there not being an specified cause on the throwed error.

luisfpg commented 3 years ago

This repository is solely for cyclos4-ui related issues. For general Cyclos support, please, use our forum.

luisfpg commented 3 years ago

Anyway, @EdwinM96, when reporting on the forum, please, be more specific:

I have a script that fails after the update.

Update from which version and to which version?

The "to" is an admin.

Administrators don't have an account. Please, use SystemAccountOwner instead.

The perform method is just returning a null cause CyclosException

Please, attach the error stack trace in the forum post.