refactor : payment
This commit is contained in:
@@ -7,7 +7,7 @@ export interface ICartPayment {
|
||||
_id: Types.ObjectId;
|
||||
user_id: Types.ObjectId;
|
||||
authority: string;
|
||||
transaction_id: number;
|
||||
transaction_id: string | null;
|
||||
payment_method: Types.ObjectId;
|
||||
priceDetails: IPriceDetails;
|
||||
totalPrice: number;
|
||||
@@ -34,7 +34,7 @@ export interface IProductRequestPayment {
|
||||
_id: Types.ObjectId;
|
||||
seller_id: Types.ObjectId;
|
||||
authority: string;
|
||||
transaction_id: number;
|
||||
transaction_id: string | null;
|
||||
payment_method: Types.ObjectId;
|
||||
priceDetails: IPRPriceDetails;
|
||||
totalPrice: number;
|
||||
|
||||
Reference in New Issue
Block a user