Package com.globant.google.mendoza.command

Examples of com.globant.google.mendoza.command.MendozaRefundOrderCommand.execute()


   */
  public MendozaCommandResult refundOrder(final MendozaRequest request) {
    log.trace("Entering refundOrder");
    MendozaRefundOrderCommand command =
      new MendozaRefundOrderCommand(request, this, serverState);
    command.execute();
    log.trace("Leaving refundOrder");
    return command.getResult();
  }

  /** Asserts the validation of the cart signature.
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.