6263646566676869
.getMerchantId(), notification.getGoogleOrderNo()); order.addIncomingMessage(notification.getTimestamp(), notification .getRootNodeName(), notification.getXmlPretty(), ack); return ack; } catch (Exception e) { throw new CheckoutException(e); } }
6364656667686970
6768697071727374
.toString()); order.addIncomingMessage(notification.getTimestamp(), notification .getRootNodeName(), notification.getXmlPretty(), ack); return ack; } catch (Exception e) { throw new CheckoutException(e); } }
6869707172737475
order.setOrderAmount("" + notification.getOrderTotal()); order.addIncomingMessage(notification.getTimestamp(), notification .getRootNodeName(), notification.getXmlPretty(), ack); return ack; } catch (Exception e) { throw new CheckoutException(e); } }