Add new fields to sample Sponsors webhooks (#18548)
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user