ReservedAddressHandler
We have a peekReservedAddress method for finding a reserved address based on its address_type. I don't know how is this possible without a unique identifier! Also, there is a remove method that removes a reserved address from the database.
ReservedAddressRepository
It will enable us to access the reserved_addresses table.
ReservedAddressHandler
We have a peekReservedAddress method for finding a reserved address based on its address_type. I don't know how is this possible without a unique identifier! Also, there is a remove method that removes a reserved address from the database.
ReservedAddressRepository
It will enable us to access the reserved_addresses table.