Oct 27, 2022
Hi Yevhen, not sure I get what you mean, but the idea here is trying to make `Payment` know as few implementation details of the outside world as possible. And now the only thing it knows is strategy can provide it with a few things for rendering (the currency sign and how to round up).
It does not have a concept of the country anymore.