Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SimPaypl/SimPay-API-Python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.1
Choose a base ref
...
head repository: SimPaypl/SimPay-API-Python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 8 commits
  • 21 files changed
  • 3 contributors

Commits on May 17, 2023

  1. Configuration menu
    Copy the full SHA
    e232b26 View commit details
    Browse the repository at this point in the history
  2. Refactor of SMS XML method

    mwoznowski committed May 17, 2023
    Configuration menu
    Copy the full SHA
    d935066 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

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

Commits on Jun 7, 2023

  1. Add sphinx docs and blocks of methods, models

    Mateusz Woźnowski committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    2567d78 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from mwoznowski/main

    Total refactor of library, implement one way client instanceof multiples.
    DarkGL authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    1e621c8 View commit details
    Browse the repository at this point in the history
  3. Update setup.py with long description and author email

    The commit updates the setup.py file to include a long description of the package from README.md and adds an author email.
    DarkGL committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    50e6054 View commit details
    Browse the repository at this point in the history
  4. Fix encoding issue in setup.py for Simpay API wrapper

    The commit fixes an issue where the README.md file was not being read correctly due to encoding. The change adds the 'utf-8' encoding parameter to the open() function call.
    DarkGL committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    5c526d5 View commit details
    Browse the repository at this point in the history
  5. Update Simpay API version to 3.0.1

    The Simpay API version has been updated from 3.0 to 3.0.1 in the setup.py file, which is a Python wrapper for the Simpay API. The long description of the package is now read from README.md and its content type is set as text/markdown.
    DarkGL committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    d655e46 View commit details
    Browse the repository at this point in the history
Loading