modulepackage
0.0.0-20241005165321-587c613618b1
Repository: https://github.com/dys2p/ordersystem.git
Documentation: pkg.go.dev
# README
ordersystem
ordersystem uses an SQLite Database, continuous replication using Litestream is recommended.
Please note
- Check your BTCPay Server regularly for invoices which have been paid partially or late
BTCPay Server Configuration
- User API Keys: enable
btcpay.store.canviewinvoices
andbtcpay.store.cancreateinvoice
- Store Webhook
- Payload URL:
https://example.com/rpc
- Automatic redelivery: yes
- Is enabled: yes
- Events: "A new payment has been received", "An invoice has been settled"
- Payload URL:
- Store access token
- PublicKey: use the hex SIN which ordersystem writes to the log on startup
ToDo
- client should see task ID
- reshipping: integrate shipment number (if desired) into user interface
# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
initial state.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
CollectionData is a separate struct so we can marshal it easily and store it in the SQL database.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TaskData is a separate struct so we can marshal it easily and store it in the SQL database.
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author