From 622ae0b92c68ce6aadb58daac069c28c21313d9b Mon Sep 17 00:00:00 2001 From: Andrea Diaz Correia Date: Thu, 15 Aug 2024 14:56:48 -0300 Subject: [PATCH 1/2] feat(settleorder): implement check in settleorder command disallow settlement of orders with PAID_HOLD_INVOICE status --- bot/start.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bot/start.ts b/bot/start.ts index fbbc5737..ced7af07 100644 --- a/bot/start.ts +++ b/bot/start.ts @@ -459,6 +459,13 @@ const initialize = (botToken: string, options: Partial Date: Thu, 15 Aug 2024 17:50:16 -0300 Subject: [PATCH 2/2] refactor(settleorder): implement check in settleorder command --- bot/start.ts | 7 +++---- locales/de.yaml | 1 + locales/en.yaml | 1 + locales/es.yaml | 1 + locales/fa.yaml | 1 + locales/fr.yaml | 1 + locales/it.yaml | 1 + locales/ko.yaml | 1 + locales/pt.yaml | 1 + locales/ru.yaml | 1 + locales/uk.yaml | 1 + 11 files changed, 13 insertions(+), 4 deletions(-) diff --git a/bot/start.ts b/bot/start.ts index ced7af07..21bf47c1 100644 --- a/bot/start.ts +++ b/bot/start.ts @@ -460,10 +460,9 @@ const initialize = (botToken: string, options: Partial