Skip to content

Commit bc4653f

Browse files
committed
chore: update stripe price ID
1 parent b6517db commit bc4653f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pub const FREE_TRIAL_DURATION: Duration =
3030
pub const BASIC_PLAN_STRIPE_ID: &str = "price_1OTyEXBhmccJFhTPvs01VoJf";
3131

3232
#[cfg(not(feature = "use_stripe_test_instance"))]
33-
pub const BASIC_PLAN_STRIPE_ID: &str = "price_1OoJ2oBhmccJFhTPaTT6PdEp";
33+
pub const BASIC_PLAN_STRIPE_ID: &str = "price_1OVybrBhmccJFhTPiLUXZm1P";
3434

3535
/// Page size for the food list view.
3636
pub const FOOD_PAGE_SIZE: u8 = 50;

0 commit comments

Comments
 (0)