You've already forked AstralRinth
forked from xxxOFFxxx/AstralRinth
Remove name field (and remove existing data) (#935)
* Remove name field (and remove existing data) * run prep, fmt * fix dummy data
This commit is contained in:
@@ -999,7 +999,7 @@ pub async fn stripe_webhook(
|
||||
let price = match metadata.product_price.prices {
|
||||
Price::OneTime { price } => Some(price),
|
||||
Price::Recurring { intervals } => {
|
||||
if let Some((subscription_id, interval)) =
|
||||
if let Some((_subscription_id, interval)) =
|
||||
metadata.user_subscription_data
|
||||
{
|
||||
if let Some(mut user_subscription) = metadata.user_subscription {
|
||||
|
||||
Reference in New Issue
Block a user