Package com.atosorigin.services.cad.apipayment

Examples of com.atosorigin.services.cad.apipayment.SIPSCallParm


    try {
      //CA call preparation
      LOGGER.debug("CA call preparation");
      SIPSApiWeb api = new SIPSApiWeb(getPaymentInitFile());
      SIPSDataObject call = (SIPSDataObject) new SIPSCallParm();
      if(Portal.isPaymentDevMode()) {
        call.setValue("merchant_id", "013044876511111");
      } else {
        call.setValue("merchant_id", "047959265100018");//0+jayasoft siret
      }
View Full Code Here

TOP

Related Classes of com.atosorigin.services.cad.apipayment.SIPSCallParm

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.