fix(api): stop exporting the pix refund shortfall constant (#1993)

This commit is contained in:
Hampus
2026-08-24 23:48:49 +02:00
committed by GitHub
parent 9af7719d34
commit 0b6edf5690
@@ -25,7 +25,7 @@ import type {StripeSubscriptionService} from './StripeSubscriptionService';
const MILLISECONDS_PER_DAY = 24 * 60 * 60 * 1000;
export const SELF_SERVE_REFUND_WINDOW_DAYS = 3;
export const SELF_SERVE_REFUND_COOLDOWN_DAYS = 30;
export const PIX_EXACT_AMOUNT_REFUND_SHORTFALL_CENTS = 1;
const PIX_EXACT_AMOUNT_REFUND_SHORTFALL_CENTS = 1;
interface RefundTarget {
invoice: Stripe.Invoice;