Files
openfoodnetwork/spec/models/spree
Pau Perez 5815d1a4a4 Make #outstanding_balance return an OrderBalance
This will let us branch by abstraction. All existing calls to
`#outstanding_balance` will go through `OrderBalance` hence, will
check the feature toggle.

Note that by default, `OrderBalance` will end up calling
`#old_outstanding_balance`. As the name states, that's exactly what
`#outstanding_balance` was so far. This means no consumers will see any
change in behavior. We just added on item in the call stack (sort of).
2021-03-22 11:45:12 +01:00
..
2020-12-15 10:30:05 -08:00
2020-08-07 14:03:15 +01:00
2021-02-06 11:15:48 +00:00
2020-08-06 01:41:28 +01:00
2020-09-05 16:38:36 +01:00
2020-10-09 22:11:34 -05:00
2020-09-05 16:43:27 +01:00