Skip to content

Commit

Permalink
Payout.* fixtures updates (#955)
Browse files Browse the repository at this point in the history
* =payout fixture updates

* =updating PI amount

* =actually updating PI amounts
  • Loading branch information
bensnell-stripe committed Aug 26, 2022
1 parent 0d7b665 commit 53178aa
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pkg/fixtures/triggers/payout.created.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
"template_version": 0
},
"fixtures": [
{
"name": "payment_intent",
"path": "/v1/payment_intents",
"method": "post",
"params": {
"amount": 2000,
"confirm": "true",
"currency": "usd",
"description": "(created by Stripe CLI)",
"payment_method": "pm_card_bypassPending",
"payment_method_types": ["card"]
}
},
{
"name": "payout",
"path": "/v1/payouts",
Expand All @@ -15,3 +28,4 @@
}
]
}

13 changes: 13 additions & 0 deletions pkg/fixtures/triggers/payout.updated.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
"template_version": 0
},
"fixtures": [
{
"name": "payment_intent",
"path": "/v1/payment_intents",
"method": "post",
"params": {
"amount": 2000,
"confirm": "true",
"currency": "usd",
"description": "(created by Stripe CLI)",
"payment_method": "pm_card_bypassPending",
"payment_method_types": ["card"]
}
},
{
"name": "payout",
"path": "/v1/payouts",
Expand Down

0 comments on commit 53178aa

Please sign in to comment.