mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-07 19:54:15 +08:00
coding standards for button module
This commit is contained in:
parent
3c916138ce
commit
5e39de1247
29 changed files with 1633 additions and 934 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue