This commit is contained in:
zeppi 2021-07-03 13:36:25 -04:00 committed by jessopb
parent bec50829c1
commit 8a5230ed6a

View file

@ -232,8 +232,10 @@ function WalletSendTip(props: Props) {
'tip',
{
amount: 100 * tipAmount, // convert from dollars to cents
channel_name: tipChannelName,
channel_claim_id: channelClaimId,
creator_channel_name: tipChannelName, // creator_channel_name
creator_channel_claim_id: channelClaimId,
tipper_channel_name: sendAnonymously ? '' : activeChannelClaim.name,
tipper_channel_claim_id: sendAnonymously ? '' : activeChannelClaim.claim_id,
currency: 'USD',
anonymous: sendAnonymously,
source_claim_id: sourceClaimId,