Giter Site home page Giter Site logo

Comments (2)

pablodamiancoca avatar pablodamiancoca commented on September 2, 2024

@ergoithz: I created this small PATCH that you can copy and clipboard apply directly on your code , is this what you need:

Index: src/main/java/com/global/api/serviceConfigs/GatewayConfig.java
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/src/main/java/com/global/api/serviceConfigs/GatewayConfig.java b/src/main/java/com/global/api/serviceConfigs/GatewayConfig.java
--- a/src/main/java/com/global/api/serviceConfigs/GatewayConfig.java	(revision 667a00a285222800ca7461847e0204062659aa49)
+++ b/src/main/java/com/global/api/serviceConfigs/GatewayConfig.java	(date 1645538113255)
@@ -208,6 +208,7 @@
                 secure3d2.setAccountId(accountId);
                 secure3d2.setSharedSecret(sharedSecret);
                 secure3d2.setServiceUrl(environment.equals(Environment.TEST) ? ServiceEndpoints.THREE_DS_AUTH_TEST.getValue() : ServiceEndpoints.THREE_DS_AUTH_PRODUCTION.getValue());
+                secure3d2.setProxy(proxy);
                 secure3d2.setMerchantContactUrl(merchantContactUrl);
                 secure3d2.setMethodNotificationUrl(methodNotificationUrl);
                 secure3d2.setChallengeNotificationUrl(challengeNotificationUrl);
@@ -235,6 +236,7 @@
             gateway.setVersionNumber(versionNumber);
             gateway.setTimeout(timeout);
             gateway.setServiceUrl(serviceUrl + "/Hps.Exchange.PosGateway/PosGatewayService.asmx");
+            gateway.setProxy(proxy);
             gateway.setEnableLogging(enableLogging);
             services.setGatewayConnector(gateway);

?

If this is what you need, we will deliver it as soon as possible.

from java-sdk.

pablodamiancoca avatar pablodamiancoca commented on September 2, 2024

Solved ! Download latest JAVA SDK version !

from java-sdk.

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.