• Hi, can you please edit the CreditCardOrderInfoHandlingTrait.php (on your last update on Github)

    https://github.com/woocommerce/woocommerce-paypal-payments/pull/2125

    Code 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)
  • Plugin Support Krystian from Syde

    (@inpsydekrystian)

    Hello @eazyproo

    Thank you for your further feedback. I’ve shared your input with our development team and will update you as soon as I receive a response. For now, we’ll keep this matter in a pending state.

    Kind regards,
    Krystian

    Thread Starter Mohamed

    (@eazyproo)

    Hello, thanks for your response.

    is there any updates yet? hope this be fixed on the current 2.6.1 update as we really need this feature.

    Plugin Support Krystian from Syde

    (@inpsydekrystian)

    Hello?@eazyproo

    I have passed this information on to our developers. If changes are made, I’ll send a fixed package. Please keep in mind, that the process of release is a bit complex, and our product owner must approve these changes before they go live.

    Version 2.6.1 RC has already been released in two versions (v1 and v2), so it’s not possible to implement it in this version.

    Kind regards,
    Krystian

    Plugin Support Krystian from Syde

    (@inpsydekrystian)

    Hello?@eazyproo

    Please try out our newest release candidate, version RC3, which was published 3 days ago and includes the latest changes.

    You can download it from this link: https://github.com/woocommerce/woocommerce-paypal-payments/releases/download/2.6.1-rc3/woocommerce-paypal-payments.zip

    Kind regards,
    Krystian

    Thread Starter Mohamed

    (@eazyproo)

    Hello, yes the update have the feature we talked about but the changes we requested not added.

    The card last digits don’t have a meta name so we can show it on the website frontend like the the card brand.

    So we sent you the correct code which you need to update.

    https://github.com/woocommerce/woocommerce-paypal-payments/pull/2125

    Code 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 ) );

    We request an update for the above code.

    • This reply was modified 7 months, 2 weeks ago by Mohamed.
    Plugin Support Krystian from Syde

    (@inpsydekrystian)

    Hello?@eazyproo

    You’re right; we’ve had some internal confusion. We’ve opened a new Jira task for the developers, and it should be addressed soon.

    Kind regards,
    Krystian

    Plugin Support Krystian from Syde

    (@inpsydekrystian)

    Hello?@eazyproo

    We apologize for not including this update in version 2.6.1 due to time constraints. However, we have implemented the change in the fixing package, which you can download from the link provided here.

    Please let us know if it functions as expected on your end.

    Kind regards,
    Krystian

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Feature edit’ is closed to new replies.