mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-10 06:31:49 +02:00
✨ Allow duplicating a poll (#804)
This commit is contained in:
parent
f68579eef2
commit
996743caaf
27 changed files with 699 additions and 224 deletions
|
@ -68,6 +68,7 @@ interface SubscriptionPaymentSucceededRequest extends BasePaddleRequest {
|
|||
receipt_url: string;
|
||||
sale_gross: string;
|
||||
next_bill_date: string;
|
||||
initial_payment: string;
|
||||
}
|
||||
|
||||
interface SubscriptionPaymentFailedRequest extends BasePaddleRequest {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue