Skip to content

Commit

Permalink
Update views.py
Browse files Browse the repository at this point in the history
adyen response
  • Loading branch information
pandemicGander authored Feb 21, 2018
1 parent 2ebbfa8 commit c6c8cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requestbin/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def bin(name):
base_url=request.scheme+'://'+request.host)
else:
db.create_request(bin, request)
resp = make_response("ok\n")
resp = make_response("{\n \"notificationResponse\" : \"[accepted]\"\n}")
resp.headers['Sponsored-By'] = "https://www.runscope.com"
return resp

Expand Down

0 comments on commit c6c8cfc

Please sign in to comment.