Skip to content

Commit

Permalink
Support to PHP5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Aug 15, 2019
1 parent b52d321 commit 52e0725
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ private function wrapperToCheckPriceAndTaxRate($carry_price, $price, $carry_rate
*/
private static function getMethod($name)
{
$class = new \ReflectionClass(SC_Product_Ex::class);
$class = new \ReflectionClass('SC_Product_Ex');
$method = $class->getMethod($name);
$method->setAccessible(true);
return $method;
Expand Down

0 comments on commit 52e0725

Please sign in to comment.