Create microservice for PayPlug integration
This MR introduces functionalities for integrating the PayPlug payment gateway, including:
-
Payment Management:
- Create payments through the PayPlug API.
- Retrieve payment details from the PayPlug API.
-
Configuration Management:
- Store and manage PayPlug secret keys (test/live) in the database.
- Dynamically switch between test and live modes for API communication.