remove todo comment

This commit is contained in:
David Remer 2020-04-28 15:37:35 +03:00
parent c243214c86
commit 39e14c7c25

View file

@ -132,7 +132,6 @@ class WcGateway extends WcGatewayBase
$wcOrder->update_status('processing');
$wcOrder->update_meta_data(self::CAPTURED_META_KEY, 'true');
// TODO investigate why save has to be called
$wcOrder->save();
$this->notice->displayMessage(AuthorizeOrderActionNotice::SUCCESS);