mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 10:55:00 +08:00
Fix the coding styles
This commit is contained in:
parent
c3ae6ad8a6
commit
5c5f459f3b
1 changed files with 0 additions and 1 deletions
|
@ -101,7 +101,6 @@ trait CreditCardOrderInfoHandlingTrait {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
$fraud_responses = $fraud->to_array();
|
$fraud_responses = $fraud->to_array();
|
||||||
$avs_response_order_note_title = __( 'Address Verification Result', 'woocommerce-paypal-payments' );
|
$avs_response_order_note_title = __( 'Address Verification Result', 'woocommerce-paypal-payments' );
|
||||||
/* translators: %1$s is AVS order note title, %2$s is AVS order note result markup */
|
/* translators: %1$s is AVS order note title, %2$s is AVS order note result markup */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue