Improvements (#6)

* Add external dependencies to manifest to avoid error on module activation; add requirements.txt.
* Readme 
* Fix errors, restructure settings form, update installation steps, streamline overall.
* Change version
This commit is contained in:
ndeet
2024-07-03 14:49:50 +02:00
committed by GitHub
parent 7930e3eb30
commit 27670dae99
12 changed files with 65 additions and 40 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ class PaymentTransaction(models.Model):
if self.provider_code != 'btcpay':
return
#_logger.info("_process_notification_data %s", pprint.pformat(notification_data))
_logger.info("_process_notification_data %s", pprint.pformat(notification_data))
txn_id = notification_data.get('reference')
if not all(txn_id):
raise ValidationError(