fix: lock recharge flow until virtual payment settles
This commit is contained in:
@@ -183,6 +183,15 @@ export type ConfirmWechatProfileRechargeOrderResponse = {
|
||||
center: ProfileRechargeCenterResponse;
|
||||
};
|
||||
|
||||
export type WechatProfileRechargeOrderDoneEvent = {
|
||||
orderId: string;
|
||||
status: ProfileRechargeOrderStatus;
|
||||
};
|
||||
|
||||
export type WechatProfileRechargeOrderErrorEvent = {
|
||||
message: string;
|
||||
};
|
||||
|
||||
export type ProfileFeedbackStatus = 'open';
|
||||
|
||||
export type ProfileFeedbackEvidenceItemInput = {
|
||||
|
||||
Reference in New Issue
Block a user