feat: payment service with IPG
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
export interface NewPaymentData {
|
||||
amount: number;
|
||||
description: string;
|
||||
email: string;
|
||||
mobile: string;
|
||||
callbackPath: string;
|
||||
}
|
||||
|
||||
export interface VerifyPaymentData {
|
||||
authority: string;
|
||||
amount: number;
|
||||
}
|
||||
Reference in New Issue
Block a user