Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
feat: removed unwanted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zubair-ce07 committed Aug 31, 2023
1 parent c1436fa commit 9b2f681
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ecommerce/settings/devstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@
'log_level': 'debug',
'max_network_retries': 0,
'proxy': None,
'publishable_key': 'pk_test_51Li2KoIadiFyUl1xYMoIUrFL8pcuX4OS61jIbedNXjdqt61JH5ws8owZ9ds3qQ3Gu18cpieLf1UUBPFaoFvWoRxq00I6TPM9cL',
'secret_key': 'sk_test_51Li2KoIadiFyUl1xx3EfzsxDimQyeR7IzvVBYlpjW4XvLfZ2X9MpDtwexGMaN1eSFOvjxN0zkd1XNWtQGP1NXlgh00kfylIjxu',
'webhook_endpoint_secret': 'whsec_OH9xwVllArdshfRi08Yyq6bU9eUZnyYK',
'publishable_key': 'SET-ME-PLEASE',
'secret_key': 'SET-ME-PLEASE',
'webhook_endpoint_secret': 'SET-ME-PLEASE',
'error_path': PAYMENT_PROCESSOR_ERROR_PATH,
'cancel_checkout_path': PAYMENT_PROCESSOR_CANCEL_PATH,
'receipt_url': PAYMENT_PROCESSOR_RECEIPT_PATH,
Expand Down
6 changes: 3 additions & 3 deletions ecommerce/settings/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@
'log_level': 'debug',
'max_network_retries': 0,
'proxy': None,
'publishable_key': 'pk_test_51Li2KoIadiFyUl1xYMoIUrFL8pcuX4OS61jIbedNXjdqt61JH5ws8owZ9ds3qQ3Gu18cpieLf1UUBPFaoFvWoRxq00I6TPM9cL',
'secret_key': 'sk_test_51Li2KoIadiFyUl1xx3EfzsxDimQyeR7IzvVBYlpjW4XvLfZ2X9MpDtwexGMaN1eSFOvjxN0zkd1XNWtQGP1NXlgh00kfylIjxu',
'webhook_endpoint_secret': 'whsec_OH9xwVllArdshfRi08Yyq6bU9eUZnyYK',
'publishable_key': 'SET-ME-PLEASE',
'secret_key': 'SET-ME-PLEASE',
'webhook_endpoint_secret': 'SET-ME-PLEASE',
},
},
}
Expand Down

0 comments on commit 9b2f681

Please sign in to comment.