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

Possible solution for checkout modules #61

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

Commits on Oct 8, 2024

  1. Revision: 44 - Possible solution for checkout modules

    - Temporary/fake data is entered to simulate a customer for visitors and allow the quick purchase module to function, showing payment options without requiring a logged-in customer.
    - "Payment" cookies are created for the total amount of the cart, to avoid creating multiple payment intents when the cart value is changed.
    presteamshop committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    e2380be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    781509c View commit details
    Browse the repository at this point in the history
  3. Revision: 45 - Solution to the problem with checkout modules

    - Fake information is no longer sent. Instead, the Customer or Address is not sent to the payment intent if a valid object is not available.
    - Additionally, when a user logs out, the cookies created by Monei are deleted.
    presteamshop committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    372c1bc View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    6c2bac1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8072e84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    850f2fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8feea34 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    a832bc6 View commit details
    Browse the repository at this point in the history
  2. Revision: 51 - added billing address id to cookie

    This is so that if they change their address and that address has another country, I can show the payments according to the new country.
    presteamshop committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    a0241fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b30135 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b07967c View commit details
    Browse the repository at this point in the history
  5. Revision: 54 - Fix problem with the order confirmation button

    Additionally, validation is performed to create a new payment intention in the event that the payment has been pending and with a payment method association.
    presteamshop committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    4f0fda2 View commit details
    Browse the repository at this point in the history