Add a method on TransactionsService able to retrieve an "expanded transaction" that includes, shop, user and receipt.
Add siret and city in shop object. Setup node-pg to deserialize BIGINT in number for siret
Add "unassigned" state for payment method.
Add created_at and updated_at fields on transaction.
Created At is set when the object is firstly created
Updated At is modified each time an operation is done to update the transaction
Add a method on TransactionsService able to retrieve an "expanded transaction" that includes, shop, user and receipt. Add siret and city in shop object. Setup node-pg to deserialize
BIGINT
in number for siret Add "unassigned" state for payment method. Add created_at and updated_at fields on transaction.@agarof @Krapaince