gatewaycash / gateway

Gateway - Simple Bitcoin Payments
GNU Affero General Public License v3.0
18 stars 10 forks source link

Specify userIndex instead of merchantID in payments table #115

Open ty-everett opened 5 years ago

ty-everett commented 5 years ago

This will save room and be more efficient than storing the whole 16-character merchantID, and will allow things like /userr/payments to pull the payments using userIndex from auth without an extra step.