coolcrowd / object-service

Central API service.
Apache License 2.0
0 stars 1 forks source link

MoneyTransfer is not working #312

Closed TheRittler closed 8 years ago

TheRittler commented 8 years ago

moneytransfer logs stop after fetching new mails from the server. Further testing brought me, that everything works fine until adding giftcodes to the db. Nothing happens after addGiftCode(). (I guess the addGiftCode()-method never completes, so this seems to be a db issue)

LeanderK commented 8 years ago

i really don't think this is an db-iussue

LeanderK commented 8 years ago

can you provide steps to reproduce it?

kelunik commented 8 years ago

@redalertexpert Just add a test in rest-test, we have to rename that anyway. Add a test that shows it failing.

TheRittler commented 8 years ago

316 added a test, so what to do now?

LeanderK commented 8 years ago

well...the test is not failing

TheRittler commented 8 years ago

? The test is failing. It's in integration tests, travis doesn't execute integration tests. That's why i put it in rest-tests before

LeanderK commented 8 years ago

ah ok, sry my fault ;)