example-mobile-backend icon indicating copy to clipboard operation
example-mobile-backend copied to clipboard

A simple, easy-to-deploy backend that you can use to demo our example mobile apps.

Results 13 example-mobile-backend issues
Sort by recently updated
recently updated
newest added

Bumps [rack](https://github.com/rack/rack) from 2.2.3 to 2.2.3.1. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...

dependencies

Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.5 to 2.2.0. Changelog Sourced from sinatra's changelog. 2.2.0 / 2022-02-15 Handle EOFError raised by Rack and return Bad Request 400 status. #1743 by tamazon Minor refactors...

dependencies

The version that you mentioned on the repo is outdated for heroku version 20 it only works on version 18 so I am changing it to latest version.

Deploying on Heroku results in the following error: `Ruby ruby-2.5.3 is present on the following stacks:` Complete output: ``` -----> Building on the Heroku-20 stack -----> Ruby app detected ----->...

Modify ruby version can deploy to Heroku-20.

I think the amount charged is hardcoded to 10.99 usd. I want to change the amount for the payment intent created I tried the below in my iOS app but...

triaged

It seems this repo stopped working with the latest Stripe releases. I'm testing it against the latest standard integration example. The heroku server returns 500 all the time for create_payment_intent...

Hello, I had deployed example-ios-backend with heroku and working fine with stripe sample iOS app with standard integration. While tried with custom integration **"create_intent"** API gives always error response 402....

triaged

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...