mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
remove todo comment
This commit is contained in:
parent
c243214c86
commit
39e14c7c25
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue