| Steps to Reproduce: | 1. Go to application that has in game purchasing using Facebook credits. 2. Choose to purchase an item - you will get to the item description screen where you can see the item you are purchasing and select a payment method. The server receives the payment_get_items request. 3. Press Buy Item |
|---|---|
| Expected Behavior: | The purchase success window comes up notifying you of a successful purchase and the application is refreshed to update the user's money. The payment_status_update call is made to the server to finalize the purchase. |
| Actual Behavior: | The buy window disappears and nothing else occurs. No calls are made to our server to finalize the purchase and no funds are used. |