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

[14.0] [BACKPORT] shopinvader_api_payment #15

Draft
wants to merge 36 commits into
base: 14.0-backport-fast-api
Choose a base branch
from

Commits on May 23, 2024

  1. [ADD] shopinvader_api_payment first addons

    Includes base addon shopinvader_api_payment,
    shopinvader_api_payment_cart for paying current cart
    and shopinvader_api_payment_provider_sips to enable
    paying via SIPS provider
    marielejeune authored and paradoxxxzero committed May 23, 2024
    Configuration menu
    Copy the full SHA
    c111383 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f946f05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b5e77e View commit details
    Browse the repository at this point in the history
  4. [IMP] Rename /payment/providers to /payment/methods

    We may want in the future to handle payment with tokens
    marielejeune authored and paradoxxxzero committed May 23, 2024
    Configuration menu
    Copy the full SHA
    9ce522f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c70aa40 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2722b4f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1ffb65e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cc1f8ec View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3de5de4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c5a9dfd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5c2e28a View commit details
    Browse the repository at this point in the history
  12. shopinvader_api_payment: don't use access token anymore

    The payable is signed so we don't need a separate access token.
    sbidoul authored and paradoxxxzero committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b24d128 View commit details
    Browse the repository at this point in the history
  13. shopinvader_api_payment: remove amount_formatted from payable

    It is not used nor useful there, as its only purpose is help the frontend
    dev display the monetary value properly.
    sbidoul authored and paradoxxxzero committed May 23, 2024
    Configuration menu
    Copy the full SHA
    c66dc77 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bcf04f5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f29e930 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    42033de View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    22a6fc1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a68b672 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    37bc30f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    fd3cbe3 View commit details
    Browse the repository at this point in the history
  21. [MIG] shopinvader_api_payment, shopinvader_api_payment_cart, shopinva…

    …der_api_payment_sips to 14.0
    
    Backport to 14.0 payments
    paradoxxxzero committed May 23, 2024
    Configuration menu
    Copy the full SHA
    80186f5 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9f748dc View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0a5a5a0 View commit details
    Browse the repository at this point in the history
  24. [FIX] shopinvader_api_payment_provider_systempay, shopinvader_api_pay…

    …ment_provider_monetico
    
    Fix systempay payment return and adapt to new frontend redirect url field
    paradoxxxzero committed May 23, 2024
    Configuration menu
    Copy the full SHA
    307dd77 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

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

Commits on Sep 5, 2024

  1. [ADD] Shopinvader api payment paybox module

    Bonnerue committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    3b3edc5 View commit details
    Browse the repository at this point in the history
  2. [ADD] Shopinvader api payment paybox module

    Bonnerue committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    180a96b View commit details
    Browse the repository at this point in the history
  3. add missing files

    bguillot committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    76ffb21 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. [FIX] webhook and return with get protocole

    Bonnerue committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    f5cca67 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. small fixes to make it work

    bguillot committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    6f1828b View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. add method for router

    bguillot committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1d07b94 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

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

Commits on Oct 11, 2024

  1. Merge pull request #17 from akretion/14.0-ADD-Shopinvader-api-payment…

    …-provider-paybox
    
    14.0 add shopinvader api payment provider paybox
    paradoxxxzero authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    614920e View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    705a258 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #18 from akretion/14.0-add-shopinvader_api_payment…

    …-fix-custom
    
    [FIX] backport of custom (transfer) payment, confirm cart if transcation is pending
    paradoxxxzero authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    2389ad0 View commit details
    Browse the repository at this point in the history