feat(router): Add customer_list_saved_payment_methods endpoint to OLAP (#7241)

This commit is contained in:
Anurag Thakur
2025-02-24 12:34:23 +05:30
committed by GitHub
parent 9f334c1ebc
commit fdfcdcc7a1
6 changed files with 121 additions and 5 deletions

View File

@ -136,6 +136,7 @@ Never share your secret api keys. Keep them guarded and secure.
routes::payment_method::payment_method_update_api,
routes::payment_method::payment_method_retrieve_api,
routes::payment_method::payment_method_delete_api,
routes::payment_method::list_customer_payment_method_api,
//Routes for payment method session
routes::payment_method::payment_method_session_create,