1
0
mirror of synced 2025-12-23 21:07:12 -05:00

Add new fields to sample Sponsors webhooks (#18548)

This commit is contained in:
Sarah Vessels
2021-04-02 12:11:58 -05:00
committed by GitHub
parent b3813397b9
commit 2b21146d23
2 changed files with 6 additions and 2 deletions

View File

@@ -50,7 +50,9 @@
"description": "foo",
"monthly_price_in_cents": 500,
"monthly_price_in_dollars": 5,
"name": "$5 a month"
"name": "$5 a month",
"is_one_time": false,
"is_custom_amount": false
}
},
"sender": {

View File

@@ -50,7 +50,9 @@
"description": "foo",
"monthly_price_in_cents": 500,
"monthly_price_in_dollars": 5,
"name": "$5 a month"
"name": "$5 a month",
"is_one_time": false,
"is_custom_amount": false
}
},
"changes": {