Merge branch 'feat/vercel-marketplace' of https://github.com/SirTenzin/autumn into feat/vercel-marketplace

This commit is contained in:
John Yeo
2025-11-14 16:12:14 +00:00

View File

@@ -144,7 +144,7 @@ export const handleCustomPaymentMethodErrors = ({
}) => {
const { paymentMethod } = attachParams;
if (
paymentMethod?.type === "custom" ||
paymentMethod?.type === "custom" &&
attachParams.customer.processors?.vercel?.custom_payment_method_id ===
paymentMethod?.custom?.type
) {