Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit cafdc12

Browse files
Release 3.46.0.
1 parent fdc9002 commit cafdc12

File tree

599 files changed

+1042
-1273
lines changed

Some content is hidden

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

599 files changed

+1042
-1273
lines changed

conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
# built documents.
6363
#
6464
# The short X.Y version.
65-
version = '3.45.0'
65+
version = '3.46.0'
6666
# The full version, including alpha/beta/rc tags.
67-
release = '3.45.0'
67+
release = '3.46.0'
6868

6969
# The language for content autogenerated by Sphinx. Refer to documentation
7070
# for a list of supported languages.
@@ -138,7 +138,7 @@
138138
# The name for this set of Sphinx documents.
139139
# "<project> v<release> documentation" by default.
140140
#
141-
# html_title = 'Python SDK v3.45.0'
141+
# html_title = 'Python SDK v3.46.0'
142142

143143
# A shorter title for the navigation bar. Default is the same as html_title.
144144
#

examples/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#
22
# This file was auto-generated from the API references found at
3-
# https://epayments-api.developer-ingenico.com/s2sapi/v1
3+
# https://epayments-api.developer-ingenico.com
44
#

examples/merchant/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#
22
# This file was auto-generated from the API references found at
3-
# https://epayments-api.developer-ingenico.com/s2sapi/v1
3+
# https://epayments-api.developer-ingenico.com
44
#
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#
22
# This file was auto-generated from the API references found at
3-
# https://epayments-api.developer-ingenico.com/s2sapi/v1
3+
# https://epayments-api.developer-ingenico.com
44
#

examples/merchant/captures/create_refund_capture_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# This class was auto-generated from the API references found at
3-
# https://epayments-api.developer-ingenico.com/s2sapi/v1/
3+
# https://epayments-api.developer-ingenico.com/
44
#
55
import os
66

examples/merchant/captures/get_capture_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# This class was auto-generated from the API references found at
3-
# https://epayments-api.developer-ingenico.com/s2sapi/v1/
3+
# https://epayments-api.developer-ingenico.com/
44
#
55
import os
66

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#
22
# This file was auto-generated from the API references found at
3-
# https://epayments-api.developer-ingenico.com/s2sapi/v1
3+
# https://epayments-api.developer-ingenico.com
44
#

examples/merchant/disputes/cancel_dispute_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# This class was auto-generated from the API references found at
3-
# https://epayments-api.developer-ingenico.com/s2sapi/v1/
3+
# https://epayments-api.developer-ingenico.com/
44
#
55
import os
66

examples/merchant/disputes/get_dispute_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# This class was auto-generated from the API references found at
3-
# https://epayments-api.developer-ingenico.com/s2sapi/v1/
3+
# https://epayments-api.developer-ingenico.com/
44
#
55
import os
66

examples/merchant/disputes/submit_dispute_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# This class was auto-generated from the API references found at
3-
# https://epayments-api.developer-ingenico.com/s2sapi/v1/
3+
# https://epayments-api.developer-ingenico.com/
44
#
55
import os
66

0 commit comments

Comments
 (0)