0down votefavorite 
<http://stackoverflow.com/questions/34487009/inapp-billing-fetch-order-details#>

I'm creating an Android application to sell digital content on my backend 
server. What I wish to do is fetch the order details after successful 
payment from the InApp Purchase and send details to server side as php 
response to retrieve the required data and send it back to the customer.

On the server side the PHP functions are ready and set however how to 
connect the InApp with the PHP code.

An example to fetch the order details from Woocommerce that I use

$products = array();
$_name = $order->billing_first_name.' '.$order->billing_last_name;
$_email = $order->billing_email;
$lastOrderId = $order->id;

Is there an equivalent way for InApp Billing?

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/23069c52-43ff-4fa8-b24b-7291e6a8b53c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to