Skip to content

Commit 959ad06

Browse files
author
akagarwa
committed
Merge branch 'master' of https://github.com/liveevil/sdk-python
2 parents b1a3ad1 + 831e549 commit 959ad06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testssample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def testCreateCustomerProfile(self):
157157
createdCustomerProfileID = None
158158
createCustomerProfile = apicontractsv1.createCustomerProfileRequest()
159159
createCustomerProfile.merchantAuthentication = self.merchantAuthentication
160-
randomInt = random.randint(0, 10000)
160+
randomInt = str(random.randint(0, 10000))
161161
createCustomerProfile.profile = apicontractsv1.customerProfileType()
162162
createCustomerProfile.profile.merchantCustomerId = 'jdoe%s' % randomInt
163163
createCustomerProfile.profile.description = 'John Doe%s' % randomInt

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