Skip to content

Commit 013c361

Browse files
committed
Remove email constants, inline PAYOUT_METHOD_LABELS in partner-payout-confirmed
1 parent 7e43786 commit 013c361

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

packages/email/src/constants.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/email/src/templates/partner-payout-confirmed.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ import { PartnerPayoutMethod } from "src/types";
1717
import { Footer } from "../components/footer";
1818

1919
const PAYOUT_METHOD_LABELS: Record<PartnerPayoutMethod, string> = {
20-
paypal: "PayPal",
2120
connect: "Stripe Express",
2221
stablecoin: "USDC wallet",
22+
paypal: "PayPal",
2323
} as const;
2424

2525
// Send this email when the payout is confirmed when payment is send using ACH

0 commit comments

Comments
 (0)