Feature edit
-
Hi, can you please edit the CreditCardOrderInfoHandlingTrait.php (on your last update on Github)
https://github.com/woocommerce/woocommerce-paypal-payments/pull/2125Code Line No 143
From
$meta_details = array_merge( $fraud_responses, array( ‘card_brand’ => $card_brand ) );
To
$meta_details = array_merge( $fraud_responses, array( ‘card_brand’ => $card_brand, ‘card_last_digits’ => $card_last_digits ) );
So the Last 4 digits of the card be stored on the order meta on the main website.
Your help will be much appreciated as this feature is requested by us and we really happy that you added it but there is just a missing thing and we sent you the fix hope you do it.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Feature edit’ is closed to new replies.