Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add deferred payment methods for web #1881

Open
wants to merge 33 commits into
base: main
Choose a base branch
from

Commits on Jun 10, 2024

  1. add jsonarray case

    EduardDumitrescu committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    07af94b View commit details
    Browse the repository at this point in the history
  2. update pubspec name

    EduardDumitrescu committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    265bc9a View commit details
    Browse the repository at this point in the history
  3. revert pubspec name

    EduardDumitrescu committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    787fe3f View commit details
    Browse the repository at this point in the history
  4. bump version

    EduardDumitrescu committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    75eb561 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    444e7fc View commit details
    Browse the repository at this point in the history
  6. update changelog

    EduardDumitrescu committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    dfd9eff View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    cfa369e View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    0a9fc5e View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. add creation options

    EduardDumitrescu committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    da0e10c View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    d2a5ec7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfcc58c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8457ab5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f4a9b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    674ef1e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4fc31dd View commit details
    Browse the repository at this point in the history
  7. use jsify on map

    EduardDumitrescu committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    8037745 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    da70e73 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    d55b5b2 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    e8fdc96 View commit details
    Browse the repository at this point in the history
  2. expose locale

    EduardDumitrescu committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    4cef409 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. expose billing info

    EduardDumitrescu committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    95b0dc1 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Merge branch 'main' of https://github.com/flutter-stripe/flutter_stripe

    … into main
    
    # Conflicts:
    #	packages/stripe/CHANGELOG.md
    #	packages/stripe/pubspec.yaml
    #	packages/stripe_android/CHANGELOG.md
    #	packages/stripe_android/pubspec.yaml
    #	packages/stripe_platform_interface/pubspec.yaml
    #	packages/stripe_web/pubspec.yaml
    EduardDumitrescu committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    df5d2f0 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    8514e41 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Merge branch 'main' of https://github.com/flutter-stripe/flutter_stripe

    # Conflicts:
    #	packages/stripe_android/CHANGELOG.md
    Eduard Dumitrescu committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    7129309 View commit details
    Browse the repository at this point in the history
  2. add changelogs

    Eduard Dumitrescu committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    e8de3e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. refactor to fix payment request no such method on web release

    Eduard Dumitrescu committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    272c61a View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. expose available mobile pay

    Eduard Dumitrescu committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    37e7f81 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Merge branch 'main' of https://github.com/flutter-stripe/flutter_stripe

    … into web_deffered_payment
    
    # Conflicts:
    #	packages/stripe/pubspec.yaml
    #	packages/stripe_android/CHANGELOG.md
    #	packages/stripe_android/pubspec.yaml
    #	packages/stripe_js/CHANGELOG.md
    #	packages/stripe_js/lib/src/js/elements/element_creation_options.dart
    #	packages/stripe_js/lib/src/js/payment_requests/payment_request.dart
    #	packages/stripe_js/pubspec.yaml
    #	packages/stripe_platform_interface/CHANGELOG.md
    #	packages/stripe_platform_interface/lib/src/models/payment_sheet.dart
    #	packages/stripe_platform_interface/lib/src/models/payment_sheet.freezed.dart
    #	packages/stripe_platform_interface/lib/src/models/payment_sheet.g.dart
    #	packages/stripe_platform_interface/pubspec.yaml
    #	packages/stripe_web/CHANGELOG.md
    #	packages/stripe_web/lib/src/widgets/payment_element.dart
    #	packages/stripe_web/pubspec.yaml
    Eduard Dumitrescu committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    a5501b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. cleanup after interop merge

    Eduard Dumitrescu committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    3457442 View commit details
    Browse the repository at this point in the history
  2. resolve compilation errors

    Eduard Dumitrescu committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    41cc5dd View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Merge branch 'main' of https://github.com/flutter-stripe/flutter_stripe

    … into web_deffered_payment
    
    # Conflicts:
    #	packages/stripe/CHANGELOG.md
    #	packages/stripe/lib/src/stripe.dart
    #	packages/stripe/pubspec.yaml
    #	packages/stripe_js/CHANGELOG.md
    #	packages/stripe_js/lib/src/js/elements/element_creation_options.dart
    #	packages/stripe_js/pubspec.yaml
    #	packages/stripe_platform_interface/CHANGELOG.md
    #	packages/stripe_platform_interface/pubspec.yaml
    #	packages/stripe_web/CHANGELOG.md
    #	packages/stripe_web/lib/src/widgets/payment_element.dart
    #	packages/stripe_web/pubspec.yaml
    Eduard Dumitrescu committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    65e7aa5 View commit details
    Browse the repository at this point in the history
  2. fix merge errors

    Eduard Dumitrescu committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    999e320 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Merge branch 'main' of https://github.com/flutter-stripe/flutter_stripe

    … into web_deffered_payment
    
    # Conflicts:
    #	packages/stripe_platform_interface/CHANGELOG.md
    #	packages/stripe_web/pubspec.yaml
    Eduard Dumitrescu committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    2ac8be2 View commit details
    Browse the repository at this point in the history