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

stripe-terminal v3, capacitor v5 and bugfixes #129

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Jan 22, 2024

  1. chore: bump capacitor to 5.x and package.json

    Lorenzo Zolfanelli committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    5d30946 View commit details
    Browse the repository at this point in the history
  2. chore: update android dependencies

    Lorenzo Zolfanelli committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    013ad0d View commit details
    Browse the repository at this point in the history
  3. chore: update android stripe sdk to latest 2.x

    Lorenzo Zolfanelli committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    f321d3d View commit details
    Browse the repository at this point in the history
  4. fix: add tipamount param required by new android terminal sdk

    Lorenzo Zolfanelli committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    385470c View commit details
    Browse the repository at this point in the history
  5. fix: remove obsolete code for missing enum

    Lorenzo Zolfanelli committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    210411c View commit details
    Browse the repository at this point in the history
  6. feat!: bump to android terminal-sdk 3.x

    BREAKING CHANGE
    Android < 8.0 not supported any more.
    
    Migrated usage of the SDK according to https://stripe.com/docs/terminal/references/sdk-migration-guide?terminal-sdk-platform=android
    JavaScript interface not changed.
    Lorenzo Zolfanelli committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    ce3ede3 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. fix: revert typescript to 4.7.6 because of errors

    Lorenzo Zolfanelli committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    5db8464 View commit details
    Browse the repository at this point in the history
  2. fix: add missing elements to definitions.ts

    Lorenzo Zolfanelli committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    b9d863d View commit details
    Browse the repository at this point in the history
  3. fix: override transitive dep android.material

    Android Material >= 1.10.0 requires targetSdk 34,
    but Capacitor 5.x is not compatible with targetSdk 34.
    Lorenzo Zolfanelli committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    1300308 View commit details
    Browse the repository at this point in the history
  4. feat!: bump capacitor to 5.x and terminal-sdk to last 2.x

    BREAKING CHANGE
    iOS < 13.0 not supported any more as Capacitor requirement.
    zolfariot committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    67b9b3b View commit details
    Browse the repository at this point in the history
  5. feat: bump terminal sdk ios to 3.2.0

    Migrate SDK usage according to:
    https://stripe.com/docs/terminal/references/sdk-migration-guide
    
    ToDo:
    
    Handle configuration exceptions properly in the Builder pattern enforced by the
    3.x Stripe Terminal SDK.
    zolfariot committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    87f50a9 View commit details
    Browse the repository at this point in the history