Giter VIP home page Giter VIP logo

Comments (6)

Buckaroo-Rene avatar Buckaroo-Rene commented on August 24, 2024

@stefanfr,

Thanks for reporting this issue. We're going to look into this as soon as possible.

from magento2.

Buckaroo-Rene avatar Buckaroo-Rene commented on August 24, 2024

@stefanfr ,

We created a ticket for this issue with the following reference: BP-2062
It is currently on our backlog. When we have more information about the sprint schedule or status change etc, we'll let you know.

from magento2.

stefanfr avatar stefanfr commented on August 24, 2024

Hi @Buckaroo-Rens @Buckaroo-Rene,

After receiving an email from Chitra I noticed my earlier post isn't clear. The issue is not that we cannot change the config to follow our specific ip headers but that the buckaroo method doesn't use this flow.

If I check the flow for Ideal I see this configuration being used in file Gateway/Http/TransactionBuilder/AbstractTransactionBuilder.php on line 532 the function getIp is called, here this config is used $ipHeaders = $this->configProviderAccount->getIpHeader($store);

However when I check the Afterpay, now Riverty, flow I see that the customerData is build with only the remote address:

$customerData = [
        [
            '_'    => $this->getRemoteAddress(),
            'Name' => 'CustomerIPAddress',
        ],
        [
            '_'    => $accept,
            'Name' => 'Accept',
        ]
    ];

$this->getRemoteAddress() should include the $alternativeHeaders parameter to correctly set the customer Ip

from magento2.

Buckaroo-Rens avatar Buckaroo-Rens commented on August 24, 2024

Thanks for your additional info @stefanfr, we will look into this asap.

from magento2.

Buckaroo-Rene avatar Buckaroo-Rene commented on August 24, 2024

@stefanfr We are currently preparing a new release (1.44.0). A fix for your issue is included in this new release.
We'll let you know when the release is done (probably somewhere next week).

from magento2.

Buckaroo-Rene avatar Buckaroo-Rene commented on August 24, 2024

Hi @stefanfr ,

We've just released version 1.44.0 of the Buckaroo Plugin.
A fix for this issue is included BP-2062

from magento2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.