Skip to content

Commit

Permalink
fix: pycodestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
moeez96 committed Jun 22, 2023
1 parent f3b2c35 commit 81a2afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecommerce/extensions/iap/processors/base_iap.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def parse_ios_response(self, response, product_id):

return response

def record_processor_response(self, response, transaction_id=None, basket=None, original_transaction_id=None, # pylint: disable=arguments-differ
def record_processor_response(self, response, transaction_id=None, basket=None, original_transaction_id=None, # pylint: disable=arguments-differ
currency_code=None, price=None): # pylint: disable=arguments-differ
"""
Save the processor's response to the database for auditing.
Expand Down

0 comments on commit 81a2afb

Please sign in to comment.