Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps stripe-android from 12.4.0 to 12.5.0.

Release notes

Sourced from stripe-android's releases.

stripe-android v12.5.0

  • #1836 Add support for statement_descriptor field to Source model via Source#statementDescriptor
  • #1837 Add support for source_order param via SourceOrderParams
  • #1839 Add support for source_order field to Source model via Source#sourceOrder
  • #1842 Add PaymentSessionConfig.Builder.setAllowedShippingCountryCodes(). Used to specify an allowed set of countries when collecting the customer's shipping address via PaymentSession.
    // Example
    PaymentSessionConfig.Builder()
        // only allowed US and Canada shipping addresses
        .setAllowedShippingCountryCodes(setOf("US", "CA"))
        .build()
  • #1845 Fix country code validation in PaymentFlowActivity's shipping information screen
    • Require that the customer submits a country that exists in the autocomplete dropdown
    • Show error UI when the submitted country fails validation
  • #1857 Fix crash related to Kotlin Coroutines
    • Downgrade kotlinx-coroutines from 1.3.2 to 1.3.0
    • Add Proguard rules

See the changelog for more details.

Changelog

Sourced from stripe-android's changelog.

12.5.0 - 2019-11-21

  • #1836 Add support for statement_descriptor field to Source model via Source#statementDescriptor
  • #1837 Add support for source_order param via SourceOrderParams
  • #1839 Add support for source_order field to Source model via Source#sourceOrder
  • #1842 Add PaymentSessionConfig.Builder.setAllowedShippingCountryCodes(). Used to specify an allowed set of countries when collecting the customer's shipping address via PaymentSession.
    // Example
    PaymentSessionConfig.Builder()
        // only allowed US and Canada shipping addresses
        .setAllowedShippingCountryCodes(setOf("US", "CA"))
        .build()
  • #1845 Fix country code validation in PaymentFlowActivity's shipping information screen
    • Require that the customer submits a country that exists in the autocomplete dropdown
    • Show error UI when the submitted country fails validation
  • #1857 Fix crash related to Kotlin Coroutines
    • Downgrade kotlinx-coroutines from 1.3.2 to 1.3.0
    • Add Proguard rules
Commits
  • cf91bd5 Bump version to 12.5.0
  • 724a01a Update CHANGELOG.md
  • c4c59db Fix crash related to Add Proguard rules for Kotlin Coroutines (#1857)
  • c64c0b4 Update CHANGELOG.md
  • c783d2c Move selectedPaymentMethodId to PaymentMethodsViewModel (#1855)
  • 4b1e482 Correctly validate country field on shipping address form (#1845)
  • bf88f55 Convert CustomerSession to Kotlin (#1854)
  • c2d4b0c Make all param keys have a prefix of PARAM_ (#1844)
  • b32939d Create PaymentFlowActivity.onShippingInfoError() (#1850)
  • ef07398 Remove redundant instance fields from PaymentFlowActivity (#1848)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@iamareebjamal iamareebjamal merged commit 09a7e89 into development Nov 21, 2019
@iamareebjamal iamareebjamal deleted the dependabot/gradle/com.stripe-stripe-android-12.5.0 branch November 21, 2019 22:21
rcs10 pushed a commit to rcs10/open-event-attendee-android that referenced this pull request Jun 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants