Skip to content

Commit eca05af

Browse files
izuzakjmarlenalucascosti
authored
Account objects in marketplace purchase webhook event also have node_id (#16772)
* account objects in marketplace purchase event also have node_ud * account objects in marketplace purchase event also have node_ud * account objects in marketplace purchase event also have node_id * account objects in marketplace purchase event also have node_id Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com> Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
1 parent de3bc13 commit eca05af

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

lib/webhooks/static/dotcom/marketplace_purchase.cancelled.payload.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"account":{
2626
"type":"Organization",
2727
"id":28536653,
28+
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE=",
2829
"login":"organizationUsername",
2930
"organization_billing_email":"organizationusername@gmail.com"
3031
},

lib/webhooks/static/dotcom/marketplace_purchase.changed.payload.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"account":{
2626
"type":"Organization",
2727
"id":18404719,
28+
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE=",
2829
"login":"username",
2930
"organization_billing_email":"username@email.com"
3031
},
@@ -52,6 +53,7 @@
5253
"account":{
5354
"type":"Organization",
5455
"id":18404719,
56+
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE=",
5557
"login":"username",
5658
"organization_billing_email":"username@email.com"
5759
},

lib/webhooks/static/dotcom/marketplace_purchase.purchased.payload.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"account":{
2626
"type":"Organization",
2727
"id":18404719,
28+
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE=",
2829
"login":"username",
2930
"organization_billing_email":"username@email.com"
3031
},

0 commit comments

Comments
 (0)