chore: refactor settings
This commit is contained in:
+3
-1
@@ -39,7 +39,9 @@ def compare_signatures(signature_1, signature_2):
|
||||
return sig1safe == sig2safe
|
||||
|
||||
|
||||
def validate_payment_for_transaction(request, transaction: PaymentTransaction) -> Decimal:
|
||||
def validate_payment_for_transaction(
|
||||
request, transaction: PaymentTransaction
|
||||
) -> Decimal:
|
||||
"""
|
||||
example_response_data = {
|
||||
'Ds_MerchantCode': '999008881',
|
||||
|
||||
Reference in New Issue
Block a user