mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-22 01:40:13 +01:00
set billingCycleAnchor in play billing responses
This commit is contained in:
committed by
ravi-signal
parent
3e51366921
commit
9fb4e2d272
@@ -527,7 +527,7 @@ public class SubscriptionController {
|
||||
long level,
|
||||
|
||||
@Schema(
|
||||
description = "If present, UNIX Epoch Timestamp in seconds, can be used to calculate next billing date. May be absent for IAP subscriptions",
|
||||
description = "If present, UNIX Epoch Timestamp in seconds, can be used to calculate next billing date.",
|
||||
externalDocs = @ExternalDocumentation(description = "Calculate next billing date", url = "https://stripe.com/docs/billing/subscriptions/billing-cycle"))
|
||||
Instant billingCycleAnchor,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user