Skip to content

Commit

Permalink
fix: have issuing fixtures pass individual names and terms acceptance (
Browse files Browse the repository at this point in the history
  • Loading branch information
torrance-stripe committed Feb 24, 2023
1 parent 835a837 commit 9e49354
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 3 deletions.
12 changes: 11 additions & 1 deletion pkg/fixtures/triggers/issuing_authorization.request.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,18 @@
"path": "/v1/issuing/cardholders",
"method": "post",
"params": {
"name": "mycardholder",
"name": "My Cardholder",
"type": "individual",
"individual": {
"first_name": "My",
"last_name": "Cardholder",
"card_issuing": {
"user_terms_acceptance": {
"date": 1470266163,
"ip": "91.121.146.224"
}
}
},
"billing": {
"address": {
"line1": "1234 Main Street",
Expand Down
12 changes: 11 additions & 1 deletion pkg/fixtures/triggers/issuing_card.created.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,18 @@
"path": "/v1/issuing/cardholders",
"method": "post",
"params": {
"name": "mycardholder",
"name": "My Cardholder",
"type": "individual",
"individual": {
"first_name": "My",
"last_name": "Cardholder",
"card_issuing": {
"user_terms_acceptance": {
"date": 1470266163,
"ip": "91.121.146.224"
}
}
},
"billing": {
"address": {
"line1": "1234 Main Street",
Expand Down
12 changes: 11 additions & 1 deletion pkg/fixtures/triggers/issuing_cardholder.created.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,18 @@
"path": "/v1/issuing/cardholders",
"method": "post",
"params": {
"name": "mycardholder",
"name": "My Cardholder",
"type": "individual",
"individual": {
"first_name": "My",
"last_name": "Cardholder",
"card_issuing": {
"user_terms_acceptance": {
"date": 1470266163,
"ip": "91.121.146.224"
}
}
},
"billing": {
"address": {
"line1": "1234 Main Street",
Expand Down

0 comments on commit 9e49354

Please sign in to comment.