- Issue created by @primsi
- Status changed to Needs review
over 1 year ago 1:40pm 10 November 2023 - 🇸🇮Slovenia primsi
I just added an additional request to
\Drupal\tmgmt_acclaro\Plugin\tmgmt\Translator\AcclaroTranslator::createOrder
. Seems to work fine. - Status changed to Needs work
over 1 year ago 1:49pm 10 November 2023 - 🇨🇭Switzerland berdir Switzerland
+++ b/src/Plugin/tmgmt/Translator/AcclaroTranslator.php @@ -296,7 +296,16 @@ class AcclaroTranslator extends TranslatorPluginBase implements ContainerFactory + // do a separate call for that. + $this->doRequest($translator, 'AddOrderComment', [ + 'orderid' => $order_result['orderid'], + 'comment' => $comment, + ]);
lets add a check for whether or not we actually have a comment and skip this call if not.
- Status changed to Needs review
over 1 year ago 1:56pm 10 November 2023 - Status changed to Fixed
over 1 year ago 7:07am 14 November 2023 Automatically closed - issue fixed for 2 weeks with no activity.