Remove leftover of development logging

This commit is contained in:
Alex P 2021-10-20 17:41:46 +03:00
parent 5fb4a39ec9
commit af746a52c1

View file

@ -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 ) {