feat(chat): add support action cards and live entitlements
This commit is contained in:
@@ -40,6 +40,7 @@ export interface TipScreenProps {
|
||||
initialPlanId?: string | null;
|
||||
shouldResumePendingOrder?: boolean;
|
||||
initialPayChannel?: PayChannel | null;
|
||||
chatActionId?: string | null;
|
||||
}
|
||||
|
||||
export function TipScreen({
|
||||
@@ -47,6 +48,7 @@ export function TipScreen({
|
||||
initialPlanId = null,
|
||||
shouldResumePendingOrder = false,
|
||||
initialPayChannel = null,
|
||||
chatActionId = null,
|
||||
}: TipScreenProps) {
|
||||
const character = useActiveCharacter();
|
||||
const characterRoutes = useActiveCharacterRoutes();
|
||||
@@ -68,6 +70,7 @@ export function TipScreen({
|
||||
initialPayChannel: paymentMethodConfig.initialPayChannel,
|
||||
paymentType: "tip",
|
||||
shouldResumePendingOrder,
|
||||
chatActionId,
|
||||
});
|
||||
|
||||
const selectedCategory =
|
||||
|
||||
Reference in New Issue
Block a user