make payment sync call all invoice/send_pay endpoints simultaneously.
fix missing amounts in payments by taking amount from the invoice like previous
fix wrong description for payments, now take the invoice description
fix issue where pending payments were wrongfully removed from the db, removed the pending payment deletion. They should be updated by sync automatically.
Hopefully fixes https://github.com/breez/c-breez/issues/909