Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
Lisa Chan c20c754e4e
feat(libs/payments): Implement customerChanged 2024-10-09 20:41:56 -04:00
Ben Bangert f67355e892
fix: standardize logging on Nest LoggerService in /libs
Because:

* We want consistent logging that is compliant with the Nest
  LoggerService.

This commit:

* Updates the MozLoggerService to implement the Nest LoggerService
  interface.
* Updates consumers of MozLoggerService to use standard LoggerService
  methods.
2024-10-08 15:43:03 +00:00
Reino Muhl 10e00b6456
feat(libs): move profile client to libs
Because:

- Only have one implementation of a profile server client, instead of
  various implementations in the services where its required.

This commit:

- Moves the profile client implementation from auth-server and into a
  dedicated library in libs

Closes #FXA-9274
2024-09-04 15:11:54 -04:00