Skip to content

Commit

Permalink
Update packages/react-kit/src/components/widgets/redemption/provider/…
Browse files Browse the repository at this point in the history
…RedemptionContext.tsx

Co-authored-by: albertfolch-redeemeum <102516373+albertfolch-redeemeum@users.noreply.github.com>
  • Loading branch information
levalleux-ludo and albertfolch-redeemeum authored Nov 17, 2023
1 parent 3af3333 commit 6170942
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export type RedemptionContextProps = {
postRedemptionSubmittedUrl?: string;
// Request headers to POST the postRedemptionSubmittedUrl callback
postRedemptionSubmittedHeaders?: { [key: string]: string };
// In case the redemption confirmation shall be handle in frontend
// In case the redemption confirmation shall be handled in frontend
redemptionConfirmedHandler?: (
message: RedeemTransactionConfirmedMessage
) => Promise<RedeemTransactionConfirmedCallbackResponse>;
Expand Down

0 comments on commit 6170942

Please sign in to comment.