Skip to content

Commit e30c4ab

Browse files
author
srathod
committed
2 parents d5e192a + 38d4961 commit e30c4ab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ sudo: false
44
python:
55
- "2.7"
66
- "3.4"
7+
- "3.5"
78
# - "pypy" Disabling pypy until travis moves to newer version, known issue with lxml crashing pypy
89

910
install:

authorizenet/apicontrollersbase.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ def execute(self):
136136
if self._httpResponse:
137137
self._httpResponse.encoding = constants.response_encoding
138138
self._httpResponse = self._httpResponse.text[3:] #strip BOM
139-
print(self._httpResponse);
140139
self.afterexecute()
141140
try:
142141
self._response = apicontractsv1.CreateFromDocument(self._httpResponse)

tests/apitestbase.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def setUp(self):
7070
self.subscriptionOne = apicontractsv1.ARBSubscriptionType()
7171
self.subscriptionOne.paymentSchedule = self.paymentScheduleOne
7272
self.subscriptionOne.amount = Decimal(str(round(random.random()*100, 2)))
73-
self.subscriptionOne.trialAmount = Decimal ('0.03')
73+
self.subscriptionOne.trialAmount = Decimal(str(round(random.random()*100, 2)))
7474
self.subscriptionOne.payment = self.payment
7575
self.subscriptionOne.billTo = self.customerOne
7676

@@ -89,4 +89,4 @@ def setUp(self):
8989
self.billTo.country = "USA"
9090

9191

92-
92+

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy