mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Improve the capitalization of "3DS Authentication Result" text
This commit is contained in:
parent
53c2c96b8c
commit
70b6370195
2 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ class ThreeDSecure {
|
|||
if ( $authentication_result ) {
|
||||
$result = $this->card_authentication_result_factory->from_paypal_response( $authentication_result );
|
||||
|
||||
$this->logger->info( '3DS authentication result: ' . wc_print_r( $result->to_array(), true ) );
|
||||
$this->logger->info( '3DS Authentication Result: ' . wc_print_r( $result->to_array(), true ) );
|
||||
|
||||
if ( $result->liability_shift() === AuthResult::LIABILITY_SHIFT_POSSIBLE ) {
|
||||
return self::PROCCEED;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue