chore: complete payment service but not tested

This commit is contained in:
mahyargdz
2025-02-04 09:15:22 +03:30
parent 31368610dd
commit 5d91afcc6e
22 changed files with 313 additions and 77 deletions
@@ -15,4 +15,7 @@ export class PaymentsController {
getAvailableGateways() {
return this.paymentsService.getAvailableGateways();
}
@Get("verify")
verifyPayment() {}
}