Skip to content

Commit 64e96ee

Browse files
feat(api): api update
1 parent 90471e4 commit 64e96ee

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 220
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-33f2c95401f5925e452440863f26a701b345a2da75b2b3f9b3eb33936adef476.yml
3-
openapi_spec_hash: 3a0f2ac488d1d8e875bd118940c81152
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-bee1322960faf189518a3ac4b28f52fab559d991b86edfebe33795ed60f4af0f.yml
3+
openapi_spec_hash: c3f12839150ef30de08776d0ea693f59
44
config_hash: f0b80170c2ea09811aeae3f1e94bc422

tests/api_resources/test_cards.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def test_method_create_with_all_params(self, client: Increase) -> None:
4444
description="Card for Ian Crease",
4545
digital_wallet={
4646
"digital_card_profile_id": "digital_card_profile_id",
47-
"email": "x",
47+
"email": "dev@stainless.com",
4848
"phone": "x",
4949
},
5050
entity_id="entity_id",
@@ -134,7 +134,7 @@ def test_method_update_with_all_params(self, client: Increase) -> None:
134134
description="New description",
135135
digital_wallet={
136136
"digital_card_profile_id": "digital_card_profile_id",
137-
"email": "x",
137+
"email": "dev@stainless.com",
138138
"phone": "x",
139139
},
140140
entity_id="entity_id",
@@ -368,7 +368,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncIncrease)
368368
description="Card for Ian Crease",
369369
digital_wallet={
370370
"digital_card_profile_id": "digital_card_profile_id",
371-
"email": "x",
371+
"email": "dev@stainless.com",
372372
"phone": "x",
373373
},
374374
entity_id="entity_id",
@@ -458,7 +458,7 @@ async def test_method_update_with_all_params(self, async_client: AsyncIncrease)
458458
description="New description",
459459
digital_wallet={
460460
"digital_card_profile_id": "digital_card_profile_id",
461-
"email": "x",
461+
"email": "dev@stainless.com",
462462
"phone": "x",
463463
},
464464
entity_id="entity_id",

tests/api_resources/test_digital_card_profiles.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def test_method_clone_with_all_params(self, client: Increase) -> None:
211211
app_icon_file_id="app_icon_file_id",
212212
background_image_file_id="file_1ai913suu1zfn1pdetru",
213213
card_description="x",
214-
contact_email="x",
214+
contact_email="dev@stainless.com",
215215
contact_phone="x",
216216
contact_website="contact_website",
217217
description="x",
@@ -454,7 +454,7 @@ async def test_method_clone_with_all_params(self, async_client: AsyncIncrease) -
454454
app_icon_file_id="app_icon_file_id",
455455
background_image_file_id="file_1ai913suu1zfn1pdetru",
456456
card_description="x",
457-
contact_email="x",
457+
contact_email="dev@stainless.com",
458458
contact_phone="x",
459459
contact_website="contact_website",
460460
description="x",

tests/api_resources/test_real_time_decisions.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@ def test_method_action_with_all_params(self, client: Increase) -> None:
8181
digital_wallet_authentication={
8282
"result": "success",
8383
"success": {
84-
"email": "x",
84+
"email": "dev@stainless.com",
8585
"phone": "x",
8686
},
8787
},
8888
digital_wallet_token={
8989
"approval": {
90-
"email": "x",
90+
"email": "dev@stainless.com",
9191
"phone": "x",
9292
},
9393
"decline": {"reason": "x"},
@@ -196,13 +196,13 @@ async def test_method_action_with_all_params(self, async_client: AsyncIncrease)
196196
digital_wallet_authentication={
197197
"result": "success",
198198
"success": {
199-
"email": "x",
199+
"email": "dev@stainless.com",
200200
"phone": "x",
201201
},
202202
},
203203
digital_wallet_token={
204204
"approval": {
205-
"email": "x",
205+
"email": "dev@stainless.com",
206206
"phone": "x",
207207
},
208208
"decline": {"reason": "x"},

0 commit comments

Comments
 (0)