mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-27 14:20:58 +00:00
feat: ( payment ) implement d-money payment
This commit is contained in:
@@ -136,7 +136,7 @@ export class WebhooksController {
|
||||
} catch (err) {
|
||||
this.logger.error(`D-Money webhook handler threw: ${this.message(err)}`);
|
||||
}
|
||||
return { success: true };
|
||||
return { code: "0", msg: "Success", result: "SUCCESS" };
|
||||
}
|
||||
|
||||
private message(err: unknown): string {
|
||||
|
||||
Reference in New Issue
Block a user