mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
Remove leftover of development logging
This commit is contained in:
parent
5fb4a39ec9
commit
af746a52c1
1 changed files with 1 additions and 3 deletions
|
@ -143,9 +143,7 @@ class PaymentCaptureCompleted implements RequestHandler {
|
|||
|
||||
if ( $order_id ) {
|
||||
try {
|
||||
$this->logger->emergency( (string) $order_id );
|
||||
|
||||
$order = $this->order_endpoint->order( $order_id );
|
||||
$order = $this->order_endpoint->order( (string) $order_id );
|
||||
|
||||
$transaction_id = $this->get_paypal_order_transaction_id( $order );
|
||||
if ( $transaction_id ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue