Skip to content

Fix XML generation script to work with OC 7.6.0

Daniel Palomar requested to merge fix/upgrade-oc-to-7.6.0 into master

We need to modify the access to the RatedTransactions from Invoice. In the new API we can't access directly and we need to use the RatedTransactionService.

Also, to access to the WalletOperation related to a RatedTransaction we need to use the WalletOperationService instead of calling directly from the RatedTransaction instance.

Merge request reports

Loading