arrays - Get Value After Payment -
i have following object. how email
value it?
{ "payment_method": "paypal", "payer_info": { "email": "example@domain.com", "first_name": "example", "last_name": "xxx", "payer_id": "12313213", "shipping_address": { "recipient_name": "example", "id": "5435345", "line1": "1 ss ", "city": "san jose", "state": "ca", "postal_code": "95131", "country_code": "us" }, "phone": "4547567", "country_code": "us" } }
Comments
Post a Comment