Skip to content

Commit 3995343

Browse files
committed
Fix typo
1 parent 036e57b commit 3995343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

woocommerce-gateway-lightning.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ protected static function verify_token($order_id, $token) {
221221

222222
protected static function get_webhook_url($order_id) {
223223
return add_query_arg(array('order' => $order_id, 'token' => self::make_token($order_id)),
224-
WC()::api_request_url('WC_Gateway_Lightning'));
224+
WC()->api_request_url('WC_Gateway_Lightning'));
225225
}
226226

227227
protected static function get_qr_uri($invoice) {

0 commit comments

Comments
 (0)