continuous-software / 42-cent-stripe

42-cent Adaptor for Stripe payment gateway.
https://stripe.com/
MIT License
2 stars 1 forks source link

An in-range update of stripe is breaking the build 🚨 #10

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency stripe was updated from 6.27.0 to 6.28.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

stripe is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - ❌ **continuous-integration/travis-ci/push:** The Travis CI build is in progress ([Details](https://travis-ci.org/continuous-software/42-cent-stripe/builds/508155555?utm_source=github_status&utm_medium=notification)). - ❌ **guardrails-staging/scan:** app access unauthorized, please uninstall ([Details](https://develop.dashboard.guardrails.io/default/gh/continuous-software/42-cent-stripe/fc7ce777bb39f30ddca79122b52e318892c07550?type=branch)).

Release Notes for stripe-node v6.28.0
  • #570 Add support for the PaymentMethod resource and APIs
  • #578 Add support for retrieving a Checkout Session

See the changelog for more details.

Commits

The new version differs by 5 commits.

  • 0d40b87 Bump version to 6.28.0
  • 54a2a1b Merge pull request #578 from stripe/remi-add-checkout-session-retrieve
  • 6dcbe7b Merge pull request #570 from stripe/remi-add-payment-methods
  • 63078a5 Add support for retrieving a Checkout Session
  • 8349cad Add support for the PaymentMethod resource

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 5 years ago

After pinning to 6.27.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for stripe-node v6.29.0
  • #585 Add support for the CreditNote resource and APIs

See the changelog for more details.

Commits

The new version differs by 3 commits.

  • 8b2c36c Bump version to 6.29.0
  • e9f70e3 Merge pull request #585 from stripe/remi-add-credit-notes
  • 491717b Add support for CreditNote

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for stripe-node v6.30.0
  • #589 Add support for the TaxId resource and APIs
  • #593 retrieveUpcoming on Invoice can now take one hash as parameter instead of requiring a customer id.

See the changelog for more details.

Commits

The new version differs by 5 commits.

  • 140fd42 Bump version to 6.30.0
  • f649690 Merge pull request #593 from stripe/remi-fix-upcoming
  • f5ed96c Merge pull request #589 from stripe/remi-add-tax-ids
  • 2c1071d retrieveUpcoming on Invoice can now take one hash as parameter
  • 25d8cbc Add support for the TaxId resource and APIs

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for stripe-node v6.31.0
  • #588 Add support for the TaxRate resource and APIs

See the changelog for more details.

Commits

The new version differs by 5 commits.

  • 4d03a67 Bump version to 6.31.0
  • 9993232 Merge pull request #588 from stripe/remi-add-tax-rates
  • 7917688 Rework error handling around exec (#598)
  • 566e144 Add error handling to User-Agent builder (#597)
  • a1c629b Add support for the TaxRate resource and APIs

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for stripe-node v6.31.1
  • #600 Fix encoding of nested parameters in multipart requests

See the changelog for more details.

Commits

The new version differs by 3 commits.

  • e110a2b Bump version to 6.31.1
  • 456bd21 Merge pull request #600 from stripe/ob-multipart-flatten
  • 3cb25ee Flatten parameters in multipart requests

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for stripe-node v6.31.2
  • #602 Handle errors from the oauth/token endpoint

See the changelog for more details.

Commits

The new version differs by 8 commits.

  • 3f7b135 Bump version to 6.31.2
  • 6fffb29 Handle errors from the oauth/token endpoint (#602)
  • c7c1858 Merge pull request #599 from stripe/update-webhook-signing-example
  • e110a2b Bump version to 6.31.1
  • 456bd21 Merge pull request #600 from stripe/ob-multipart-flatten
  • 3cb25ee Flatten parameters in multipart requests
  • 5c1494a Addressed feedback
  • 62aad3c Updated webhook signing example

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for stripe-node v6.32.0
  • #612 Add balanceTransactions resource

See the changelog for more details.

Commits

The new version differs by 11 commits.

  • 0736f67 Bump version to 6.32.0
  • 42cf546 Merge pull request #612 from stripe/ob-balance-transactions
  • 420f206 Add BalanceTransactions resource
  • 3f7b135 Bump version to 6.31.2
  • 6fffb29 Handle errors from the oauth/token endpoint (#602)
  • c7c1858 Merge pull request #599 from stripe/update-webhook-signing-example
  • e110a2b Bump version to 6.31.1
  • 456bd21 Merge pull request #600 from stripe/ob-multipart-flatten
  • 3cb25ee Flatten parameters in multipart requests
  • 5c1494a Addressed feedback
  • 62aad3c Updated webhook signing example

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for stripe-node v6.33.0
  • #609 Add generateWebhookHeaderString to make it easier to mock webhook events

See the changelog for more details.

Commits

The new version differs by 14 commits.

  • 077bf84 Bump version to 6.33.0
  • 1f90bce Merge pull request #609 from stripe/paulasjes/expose-webhook-header-generator
  • 0736f67 Bump version to 6.32.0
  • 42cf546 Merge pull request #612 from stripe/ob-balance-transactions
  • 420f206 Add BalanceTransactions resource
  • 1062f11 Exposing generateHeaderString
  • 3f7b135 Bump version to 6.31.2
  • 6fffb29 Handle errors from the oauth/token endpoint (#602)
  • c7c1858 Merge pull request #599 from stripe/update-webhook-signing-example
  • e110a2b Bump version to 6.31.1
  • 456bd21 Merge pull request #600 from stripe/ob-multipart-flatten
  • 3cb25ee Flatten parameters in multipart requests
  • 5c1494a Addressed feedback
  • 62aad3c Updated webhook signing example

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes