Skip to content

Instantly share code, notes, and snippets.

@hitherejoe
Created May 27, 2016 13:29
Show Gist options
  • Select an option

  • Save hitherejoe/9988b66ac47f69574c0e92b4b04b7249 to your computer and use it in GitHub Desktop.

Select an option

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