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

4.0 #246

Merged
merged 77 commits into from
Sep 13, 2023
Merged

4.0 #246

merged 77 commits into from
Sep 13, 2023

Commits on Jun 18, 2021

  1. Configuration menu
    Copy the full SHA
    5c4927a View commit details
    Browse the repository at this point in the history
  2. WIP start

    lukeholder committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    72bf89f View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Merge branch 'develop' into feature/checkout-and-sync

    # Conflicts:
    #	src/Plugin.php
    #	src/gateways/Gateway.php
    obrienluk committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    2fc79d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Checkout WIP

    - Checkout gateway create
    - Simple payment redirect works
    - Refund works
    obrienluk committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    a507e18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b37841a View commit details
    Browse the repository at this point in the history
  3. Fix email reference

    obrienluk committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    a85bcea View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2022

  1. BIlling portal link

    obrienluk committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    1e894da View commit details
    Browse the repository at this point in the history
  2. Fix url

    obrienluk committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    c44f82b View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. changelog

    lukeholder committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    7b31142 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Merge branch 'develop' into feature/checkout-and-sync

    # Conflicts:
    #	src/web/assets/plansettings/js/planSettings.js
    lukeholder committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    76ea9e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

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

Commits on Feb 21, 2023

  1. Move client to base class

    lukeholder committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    41e26bd View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Fix wrong service call

    lukeholder committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    11600b8 View commit details
    Browse the repository at this point in the history
  2. Update stripe api version

    lukeholder committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    97a39a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. WIP

    lukeholder committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    e1806ee View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. WIP

    - Moved subscription-related methods to base subscription class
    - implemented support for legacy payment method ID requests that confirm payment intent immediately
    - Added support for checkout and stripe elements with support for themes and
    - Removed dependency on jQuery in payment form
    -
    lukeholder committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    1a1252a View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. WIP readme updates

    lukeholder committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    4fb5da4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into feature/checkout-and-sync

    # Conflicts:
    #	composer.json
    #	composer.lock
    #	src/Plugin.php
    #	src/base/Gateway.php
    #	src/gateways/PaymentIntents.php
    #	src/services/Customers.php
    lukeholder committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    9f398ea View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. WIP

    lukeholder committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    92c57a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Update readme

    lukeholder committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    c209440 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. WIP

    lukeholder committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    fef27a5 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. WIP

    lukeholder committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    e981364 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Cleanup

    lukeholder committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    8970b56 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Cleanup

    lukeholder committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    afe3e62 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    830f1ca View commit details
    Browse the repository at this point in the history
  2. Fix 3ds flow

    lukeholder committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    c34c83e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f380b12 View commit details
    Browse the repository at this point in the history
  4. Updated

    lukeholder committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    acfb22a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    236d664 View commit details
    Browse the repository at this point in the history
  6. phpstan fixes

    lukeholder committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    001c3dd View commit details
    Browse the repository at this point in the history
  7. Update changelog

    lukeholder committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    e9fef29 View commit details
    Browse the repository at this point in the history
  8. Cleanup

    lukeholder committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    abc503e View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Initial edits

    Covers:
    - Setup/installation
    - Upgrade notes
    - Description of new Payment Intents workflow
    - Redirection
    AugustMiller committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    60497c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14267af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c116f7 View commit details
    Browse the repository at this point in the history
  4. Empty see docblock line

    AugustMiller committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    2bf71ce View commit details
    Browse the repository at this point in the history
  5. Already parsed

    AugustMiller committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    1a4c605 View commit details
    Browse the repository at this point in the history
  6. Simplify payment method type options

    - removed paymentMethodTypes params from payment form options
    - default is now elements with payment method types controlled by dashboard.
    lukeholder committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    e0cde6c View commit details
    Browse the repository at this point in the history
  7. Fixed reference

    lukeholder committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    316e98e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    63d508f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    564e1a3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2189e0c View commit details
    Browse the repository at this point in the history
  11. Fix translation cats

    lukeholder committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    3bd3a21 View commit details
    Browse the repository at this point in the history
  12. Oops

    lukeholder committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    46dfe07 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e615dac View commit details
    Browse the repository at this point in the history
  14. Pretty now

    lukeholder committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    04a4ffd View commit details
    Browse the repository at this point in the history
  15. Cleanup

    lukeholder committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    c3871f8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7ba7ac6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f7e247a View commit details
    Browse the repository at this point in the history
  18. More Readme progress

    AugustMiller committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    a63cf13 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    62f67e3 View commit details
    Browse the repository at this point in the history
  20. Form options

    AugustMiller committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    f83dbb5 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c28b6b2 View commit details
    Browse the repository at this point in the history
  22. Formatting

    lukeholder committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    600273d View commit details
    Browse the repository at this point in the history
  23. Merge branch '4.0' of github.com:craftcms/commerce-stripe into 4.0

    # Conflicts:
    #	src/web/assets/elementsform/js/paymentForm.js
    lukeholder committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    771c894 View commit details
    Browse the repository at this point in the history
  24. Readme intro

    AugustMiller committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    1785133 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    1da13fe View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    d6647e5 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    2273e67 View commit details
    Browse the repository at this point in the history
  28. Remove fading method

    AugustMiller committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    e2290c6 View commit details
    Browse the repository at this point in the history
  29. ECS: use order

    AugustMiller committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    3ac570a View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Merge branch '4.0' of github.com:craftcms/commerce-stripe into 4.0

    # Conflicts:
    #	src/web/assets/elementsform/js/paymentForm.js
    lukeholder committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    8368efe View commit details
    Browse the repository at this point in the history
  2. Changelog cleanup

    brandonkelly committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    e0a07cd View commit details
    Browse the repository at this point in the history
  3. Typo

    brandonkelly committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    1312038 View commit details
    Browse the repository at this point in the history
  4. More changelog tweaks

    brandonkelly committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    b664951 View commit details
    Browse the repository at this point in the history
  5. Tweak

    brandonkelly committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    f0eb263 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4a18db7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    65e9919 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4704454 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    37efb88 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3d00d71 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8753cac View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f1e3694 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4cd4388 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    162a5aa View commit details
    Browse the repository at this point in the history
  15. ECS

    brandonkelly committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    25fc9fe View commit details
    Browse the repository at this point in the history
  16. Prettier

    brandonkelly committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    8144369 View commit details
    Browse the repository at this point in the history