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

feature(capture-sdk) Add gini payment QR #556

Merged
merged 9 commits into from
Sep 10, 2024
Merged

Commits on Aug 29, 2024

  1. feature(capture-sdk) Add gini payment QR

    Added possibility to detect https://payment.gini.net/* qr codes. This feature can't be disabled
    EC-46
    jackkray committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    72a79cd View commit details
    Browse the repository at this point in the history
  2. ci(capture-sdk) Change Gemfile.lock

    EC-46
    jackkray committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    05707d6 View commit details
    Browse the repository at this point in the history
  3. fix(capture-sdk) Test fix, after barcode init changes

    EC-46
    jackkray committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    520da79 View commit details
    Browse the repository at this point in the history
  4. fix(capture-sdk) Test fixes

    EC-46
    jackkray committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    62bb3e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. refactor(capture-sdk): Exclude paymentdata field from `PaymentQRCod…

    …eData` JSON, if no payment data
    
    The Pay API expects the `paymentdata` field to be excluded when there is no payment data.
    The `paymentdata` field is added only if there is at least one payment data.
    
    EC-46
    a-szotyori committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    a5fdd8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d576682 View commit details
    Browse the repository at this point in the history
  3. fix(capture-sdk): Fix camera tests by not initializing the QR code re…

    …ader in unit tests
    
    EC-46
    a-szotyori committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    2f10e97 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eaa559d View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. refactorin(capture-sdk): Fix naming error

    EC-46
    jackkray committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    2dc557a View commit details
    Browse the repository at this point in the history