From fc902987845f75dab1ac0912db19d2e76a23c3b0 Mon Sep 17 00:00:00 2001 From: Ahmad Abdolsaheb Date: Thu, 10 Aug 2023 08:24:57 +0300 Subject: [PATCH] feat(client): rotate paypal 5/monthly prod (#51191) --- config/donation-settings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/donation-settings.ts b/config/donation-settings.ts index 0ade9659fc6..723b2e0c379 100644 --- a/config/donation-settings.ts +++ b/config/donation-settings.ts @@ -60,7 +60,7 @@ export const donationSubscriptionConfig = { export const paypalConfigTypes = { live: { month: { - 500: { planId: 'P-1L11422374370240ULZKX3PA' }, + 500: { planId: 'P-6B636789V3105190KMTJFH7A' }, 1000: { planId: 'P-61K21421WY874920PL6E36YI' }, 2000: { planId: 'P-31999436LF709112VL6E374A' }, 3000: { planId: 'P-1KY930839N8045117L6E4BKY' },