Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Logs not displaying in Heroku #51

Open
rynop opened this issue Apr 23, 2019 · 0 comments
Open

Logs not displaying in Heroku #51

rynop opened this issue Apr 23, 2019 · 0 comments

Comments

@rynop
Copy link

rynop commented Apr 23, 2019

For example, when /capture_payment produces a 402 the puts call in log_info does not produce an entry in the Heroku logs.

I tried to add a config.ru with the following contents (per this SO) but that did not work.

Here was my steps:

heroku git:clone -a ns-stripe-payment-intent
git clone [email protected]:stripe/example-ios-backend.git
cd example-ios-backend/ && cp -r * ../../ns-stripe-payment-intent/
cd ns-stripe-payment-intent
echo '$stdout.sync = true' > config.ru
git add . && git commit -am 'logging' && git push heroku master

Any ideas? I'm getting the following error when calling /capture_payment from physical android device and trying to figure out why (works on android emulator, ios physical, ios emulator).

Error: The Source src_XXX does not belong to the Customer you supplied cus_YYY. Please use this Source with the Customer that it belongs to instead
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant