solpayments / solana-payment-processor

Solana payment processor for e-commerce applications
18 stars 9 forks source link

Investigate if orders can share a token account #18

Open moshthepitt opened 3 years ago

moshthepitt commented 3 years ago

Right now each order creates a token account where the paid amount is held.

Investigate if we can group all orders of the same mint. Does it make sense? Maybe only for fundraiser/kickstarter like payments?