Skip to content

Commit

Permalink
Fixed spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
JDrosdeck committed Jun 26, 2011
1 parent 830c7fe commit 0e75233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boto/fps/connection.py
Original file line number Diff line number Diff line change
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, piplineName, 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 0e75233

Please sign in to comment.