| @@ -3762,9 +3762,9 @@ | ||
| 3762 | 3762 | } |
| 3763 | 3763 | do_action('woo_vipps_payment_complete_at_shutdown', $order, $this); |
| 3764 | 3764 | } catch (Exception $e) { |
| 3765 | 3765 | // This is/should be non-critical so just log it. |
| 3766 | - $this->log(sprintf(__("Could not do all payment-complete actions on %1\$s order %2\$d: %3\$s ", 'woo-vipps'), Vipps::CompanyName(), $orderid, $e->etMessage()), "error"); | |
| 3766 | + $this->log(sprintf(__("Could not do all payment-complete actions on %1\$s order %2\$d: %3\$s ", 'woo-vipps'), Vipps::CompanyName(), $orderid, $e->getMessage()), "error"); | |
| 3767 | 3767 | } |
| 3768 | 3768 | } |
| 3769 | 3769 | |
| 3770 | 3770 | // This is run on payment complete. Per default will it only add a link to the order confirmation page, but |