feat(payment): implement coffee tip plans and update payment flow
This commit is contained in:
@@ -80,6 +80,7 @@ export function TipScreen({
|
||||
initialPayChannelAppliedRef.current = true;
|
||||
paymentDispatch({
|
||||
type: "PaymentInit",
|
||||
catalog: "tip",
|
||||
payChannel: resolvedInitialPayChannel,
|
||||
});
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user