File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212API_RECURRING_VERSION = "v49"
1313API_PAYMENT_VERSION = "v64"
1414API_PAYOUT_VERSION = "v64"
15- LIB_VERSION = "5.1 .0"
15+ LIB_VERSION = "6.0 .0"
1616LIB_NAME = "adyen-python-api-library"
Original file line number Diff line number Diff line change 33setup (
44 name = 'Adyen' ,
55 packages = ['Adyen' ],
6- version = '5.1 .0' ,
6+ version = '6.0 .0' ,
77 maintainer = 'Adyen' ,
88 maintainer_email = '[email protected] ' ,
99 description = 'Adyen Python Api' ,
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ def test_payments_error_mocked(self):
9797 'returnUrl' : 'https://your-company.com/...' ,
9898 u'applicationInfo' : {
9999 u'adyenLibrary' : {
100- u'version' : '5.1 .0' ,
100+ u'version' : '6.0 .0' ,
101101 u'name' : 'adyen-python-api-library'
102102 }
103103 },
You can’t perform that action at this time.
0 commit comments