coding standards for button module

This commit is contained in:
David Remer 2020-08-31 11:12:46 +03:00
parent 3c916138ce
commit 5e39de1247
29 changed files with 1633 additions and 934 deletions

View file

@ -260,7 +260,7 @@ class OrderProcessor {
}
$is_approved = in_array(
$this->threed_secure->proceedWithOrder( $order ),
$this->threed_secure->proceed_with_order( $order ),
array(
ThreeDSecure::NO_DECISION,
ThreeDSecure::PROCCEED,