File tree Expand file tree Collapse file tree
cron/payouts/charge-succeeded Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ export async function sendStripePayouts({
6262 sendEmail ( {
6363 subject : "You've been paid!" ,
6464 email : payout . partner . email ,
65- from : "Dub Partners <system@dub.co>" ,
6665 react : PartnerPayoutSent ( {
6766 email : payout . partner . email ,
6867 program : payout . program ,
Original file line number Diff line number Diff line change @@ -79,7 +79,6 @@ export async function payoutStatusChanged(event: any) {
7979 sendEmail ( {
8080 subject : "You've been paid!" ,
8181 email : payout . partner . email ,
82- from : "Dub Partners <system@dub.co>" ,
8382 react : PartnerPayoutSent ( {
8483 email : payout . partner . email ,
8584 program : payout . program ,
Original file line number Diff line number Diff line change @@ -167,7 +167,6 @@ export const confirmPayoutsAction = authActionClient
167167 sendEmail ( {
168168 subject : "You've got money coming your way!" ,
169169 email : payout . partner . email ! ,
170- from : "Dub Partners <system@dub.co>" ,
171170 react : PartnerPayoutConfirmed ( {
172171 email : payout . partner . email ! ,
173172 program : payout . program ,
You can’t perform that action at this time.
0 commit comments