Skip to content

Commit

Permalink
Merge pull request #1242 from Giveth/staging
Browse files Browse the repository at this point in the history
staging to master
  • Loading branch information
aminlatifi authored Jan 11, 2024
2 parents 0a0bbe1 + ddfddc1 commit 088f5ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/donationService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ export const syncDonationStatusWithBlockchainNetwork = async (params: {
amount: donation.amount,
symbol: donation.currency,
txHash: donation.transactionId,
chainType: donation.chainType,
safeTxHash: donation.safeTransactionId,
timestamp: donation.createdAt.getTime() / 1000,
});
Expand Down

0 comments on commit 088f5ac

Please sign in to comment.