Skip to content

Commit 45930fc

Browse files
author
Igor Hoogerwoord
authored
Removed unneeded print statements
1 parent 3c719a7 commit 45930fc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Adyen/services.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,6 @@ def refund(self, request="", **kwargs):
174174

175175
action = "refund"
176176

177-
print "REFUND:"
178-
print request
179-
180177
if validation.check_in(request,action):
181178
if request['modificationAmount']['value'] == "" or request['modificationAmount']['value'] == "0":
182179
raise ValueError("To refund this payment, provide the original value. Set the value to less than the original amount, to partially refund this payment.")

0 commit comments

Comments
 (0)