Skip to content

Commit 58345cd

Browse files
Merge upstream and update generated code for v2124 and
2 parents a6f8edb + 53129c0 commit 58345cd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

API_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e62524b587909bee231a15ce0dc618f1d04f69a4
1+
c0dacb8d26f5b7c5d68ef88b3f51d40c1eafeab7

test/resources/generated_examples_test.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4458,7 +4458,7 @@ describe('Generated tests', function() {
44584458
const stripe = testUtils.createMockClient([
44594459
{
44604460
method: 'GET',
4461-
path: '/v2/billing/license_fees?lookup_keys=lookup_keys',
4461+
path: '/v2/billing/license_fees?lookup_keys[0]=lookup_keys',
44624462
response:
44634463
'{"data":[{"active":true,"created":"1970-01-12T21:42:34.472Z","currency":"usd","display_name":"display_name","id":"obj_123","latest_version":"latest_version","licensed_item":{"created":"1970-01-12T21:42:34.472Z","display_name":"display_name","id":"obj_123","object":"v2.billing.licensed_item","livemode":true},"live_version":"live_version","object":"v2.billing.license_fee","service_interval":"month","service_interval_count":1375336415,"tax_behavior":"exclusive","tiers":[{}],"livemode":true}],"next_page_url":null,"previous_page_url":null}',
44644464
},
@@ -4976,7 +4976,7 @@ describe('Generated tests', function() {
49764976
const stripe = testUtils.createMockClient([
49774977
{
49784978
method: 'GET',
4979-
path: '/v2/billing/profiles?lookup_keys=lookup_keys',
4979+
path: '/v2/billing/profiles?lookup_keys[0]=lookup_keys',
49804980
response:
49814981
'{"data":[{"created":"1970-01-12T21:42:34.472Z","id":"obj_123","object":"v2.billing.profile","status":"active","livemode":true}],"next_page_url":null,"previous_page_url":null}',
49824982
},

0 commit comments

Comments
 (0)