You've already forked AstralRinth
forked from didirus/AstralRinth
feat(labrinth): quarterly billing support (#3714)
This commit is contained in:
committed by
GitHub
parent
f52d020a3c
commit
be37f077d3
@@ -1856,6 +1856,7 @@ pub async fn stripe_webhook(
|
||||
"source": source,
|
||||
"payment_interval": metadata.charge_item.subscription_interval.map(|x| match x {
|
||||
PriceDuration::Monthly => 1,
|
||||
PriceDuration::Quarterly => 3,
|
||||
PriceDuration::Yearly => 12,
|
||||
})
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user