Add PAYMENT_QUEUE constant for payment processing queue

This commit is contained in:
Jose Eduardo 2025-08-09 22:36:52 -04:00
parent f6b560bf86
commit f692877e07

View File

@ -0,0 +1 @@
export const PAYMENT_QUEUE = 'payment-queue';