Skip to content

Commit b0a7ebf

Browse files
committed
Fix: more
1 parent 3bd3c4f commit b0a7ebf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/class-wc-robokassa-method.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1712,7 +1712,7 @@ public function input_payment_notifications()
17121712
/**
17131713
* Test mode
17141714
*/
1715-
if ($this->get_test() === 'yes' || (array_key_exists('IsTest', $_REQUEST) && $_REQUEST['IsTest'] == '1'))
1715+
if($this->get_test() === 'yes' || (array_key_exists('IsTest', $_REQUEST) && $_REQUEST['IsTest'] == '1'))
17161716
{
17171717
/**
17181718
* Test flag
@@ -1806,7 +1806,7 @@ public function input_payment_notifications()
18061806
/**
18071807
* Result
18081808
*/
1809-
if ($_REQUEST['action'] === 'result')
1809+
if($_REQUEST['action'] === 'result')
18101810
{
18111811
/**
18121812
* Validated flag

0 commit comments

Comments
 (0)