Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
fix(post-condition): PC allow mode
Browse files Browse the repository at this point in the history
TODO: implement post condition for accept payment
  • Loading branch information
Aman-zishan committed Apr 9, 2024
1 parent c062833 commit e1e9e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/utils/hooks/useTaralContracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ function useTaralContracts() {
contractAddress,
contractName,
functionName: "accept-financing",
// postConditionMode: PostConditionMode.Allow,
postConditionMode: PostConditionMode.Allow,
functionArgs: [],

onFinish: async (data: any) => {
Expand Down

0 comments on commit e1e9e6c

Please sign in to comment.