Skip to content

Commit e26399f

Browse files
authored
Merge pull request #114 from CyberSource/release-may-2024
Release May 2024
2 parents 55c3bbc + 93d08d0 commit e26399f

3,271 files changed

Lines changed: 59859 additions & 56927 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CyberSource/__init__.py

Lines changed: 242 additions & 228 deletions
Large diffs are not rendered by default.

CyberSource/api/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
from .plans_api import PlansApi
3030
from .purchase_and_refund_details_api import PurchaseAndRefundDetailsApi
3131
from .push_funds_api import PushFundsApi
32+
from .replay_webhooks_api import ReplayWebhooksApi
3233
from .report_definitions_api import ReportDefinitionsApi
3334
from .report_downloads_api import ReportDownloadsApi
3435
from .report_subscriptions_api import ReportSubscriptionsApi

CyberSource/api/asymmetric_key_management_api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""
1212

13-
1413
from __future__ import absolute_import
1514

1615
import sys

CyberSource/api/batches_api.py

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""
1212

13-
1413
from __future__ import absolute_import
1514

1615
import sys
@@ -60,7 +59,7 @@ def get_batch_report(self, batch_id, **kwargs):
6059
:param callback function: The callback function
6160
for asynchronous request. (optional)
6261
:param str batch_id: Unique identification number assigned to the submitted request. (required)
63-
:return: InlineResponse2007
62+
:return: InlineResponse2008
6463
If the method is called asynchronously,
6564
returns the request thread.
6665
"""
@@ -90,7 +89,7 @@ def get_batch_report_with_http_info(self, batch_id, **kwargs):
9089
:param callback function: The callback function
9190
for asynchronous request. (optional)
9291
:param str batch_id: Unique identification number assigned to the submitted request. (required)
93-
:return: InlineResponse2007
92+
:return: InlineResponse2008
9493
If the method is called asynchronously,
9594
returns the request thread.
9695
"""
@@ -154,7 +153,7 @@ def get_batch_report_with_http_info(self, batch_id, **kwargs):
154153
body=body_params,
155154
post_params=form_params,
156155
files=local_var_files,
157-
response_type='InlineResponse2007',
156+
response_type='InlineResponse2008',
158157
auth_settings=auth_settings,
159158
callback=params.get('callback'),
160159
_return_http_data_only=params.get('_return_http_data_only'),
@@ -177,7 +176,7 @@ def get_batch_status(self, batch_id, **kwargs):
177176
:param callback function: The callback function
178177
for asynchronous request. (optional)
179178
:param str batch_id: Unique identification number assigned to the submitted request. (required)
180-
:return: InlineResponse2006
179+
:return: InlineResponse2007
181180
If the method is called asynchronously,
182181
returns the request thread.
183182
"""
@@ -207,7 +206,7 @@ def get_batch_status_with_http_info(self, batch_id, **kwargs):
207206
:param callback function: The callback function
208207
for asynchronous request. (optional)
209208
:param str batch_id: Unique identification number assigned to the submitted request. (required)
210-
:return: InlineResponse2006
209+
:return: InlineResponse2007
211210
If the method is called asynchronously,
212211
returns the request thread.
213212
"""
@@ -271,7 +270,7 @@ def get_batch_status_with_http_info(self, batch_id, **kwargs):
271270
body=body_params,
272271
post_params=form_params,
273272
files=local_var_files,
274-
response_type='InlineResponse2006',
273+
response_type='InlineResponse2007',
275274
auth_settings=auth_settings,
276275
callback=params.get('callback'),
277276
_return_http_data_only=params.get('_return_http_data_only'),
@@ -297,7 +296,7 @@ def get_batches_list(self, **kwargs):
297296
:param int limit: The maximum number that can be returned in the array starting from the offset record in zero-based dataset.
298297
:param str from_date: ISO-8601 format: yyyyMMddTHHmmssZ
299298
:param str to_date: ISO-8601 format: yyyyMMddTHHmmssZ
300-
:return: InlineResponse2005
299+
:return: InlineResponse2006
301300
If the method is called asynchronously,
302301
returns the request thread.
303302
"""
@@ -330,7 +329,7 @@ def get_batches_list_with_http_info(self, **kwargs):
330329
:param int limit: The maximum number that can be returned in the array starting from the offset record in zero-based dataset.
331330
:param str from_date: ISO-8601 format: yyyyMMddTHHmmssZ
332331
:param str to_date: ISO-8601 format: yyyyMMddTHHmmssZ
333-
:return: InlineResponse2005
332+
:return: InlineResponse2006
334333
If the method is called asynchronously,
335334
returns the request thread.
336335
"""
@@ -390,7 +389,7 @@ def get_batches_list_with_http_info(self, **kwargs):
390389
body=body_params,
391390
post_params=form_params,
392391
files=local_var_files,
393-
response_type='InlineResponse2005',
392+
response_type='InlineResponse2006',
394393
auth_settings=auth_settings,
395394
callback=params.get('callback'),
396395
_return_http_data_only=params.get('_return_http_data_only'),

CyberSource/api/billing_agreements_api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""
1212

13-
1413
from __future__ import absolute_import
1514

1615
import sys

CyberSource/api/capture_api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""
1212

13-
1413
from __future__ import absolute_import
1514

1615
import sys

CyberSource/api/chargeback_details_api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""
1212

13-
1413
from __future__ import absolute_import
1514

1615
import sys

CyberSource/api/chargeback_summaries_api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""
1212

13-
1413
from __future__ import absolute_import
1514

1615
import sys

CyberSource/api/conversion_details_api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""
1212

13-
1413
from __future__ import absolute_import
1514

1615
import sys

CyberSource/api/create_new_webhooks_api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""
1212

13-
1413
from __future__ import absolute_import
1514

1615
import sys

0 commit comments

Comments
 (0)