Skip to content

Instantly share code, notes, and snippets.

@hitherejoe
Created May 27, 2016 13:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hitherejoe/9988b66ac47f69574c0e92b4b04b7249 to your computer and use it in GitHub Desktop.
Save hitherejoe/9988b66ac47f69574c0e92b4b04b7249 to your computer and use it in GitHub Desktop.
FullWalletRequest request = FullWalletRequest.newBuilder()
.setGoogleTransactionId(googleTransactionId)
.setCart(Cart.newBuilder()
.setCurrencyCode(Constants.CURRENCY_CODE_GBP)
.setTotalPrice(cartTotal)
.setLineItems(lineItems)
.build())
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment