Skip to content

Commit

Permalink
changed make_marketplace_registration_url to be consistant with other…
Browse files Browse the repository at this point in the history
… functions
  • Loading branch information
JDrosdeck committed Jun 28, 2011
1 parent 8c9be46 commit 6f3aec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boto/fps/connection.py
Expand Up @@ -113,7 +113,7 @@ def install_recipient_instruction(self, token_type="Unrestricted", transaction_i
else:
raise FPSResponseError(response.status, response.reason, body)

def make_marketplace_registration_url(self, returnURL, pipelineName, maxFixedFee=0.0, maxVariableFee=0.0, recipientPaysFee='True', **params):
def make_marketplace_registration_url(self, returnURL, pipelineName, maxFixedFee=0.0, maxVariableFee=0.0, recipientPaysFee=True, **params):
"""
Generate the URL with the signature required for signing up a recipient
"""
Expand Down

0 comments on commit 6f3aec4

Please sign in to comment.