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: hschimpf/bancard-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.2
Choose a base ref
...
head repository: hschimpf/bancard-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.3
Choose a head ref
  • 5 commits
  • 19 files changed
  • 1 contributor

Commits on Jan 19, 2024

  1. Update LICENSE to MIT

    hschimpf authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    6ae24ed View commit details
    Browse the repository at this point in the history
  2. Updated README.md badges

    hschimpf authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    004da0b View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Update README.md

    * Added `Monthly Downloads` stat on packages
    hschimpf authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    34e87b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2025

  1. Enhanced detailed docblock for main class and traits

    - Enhanced docblock on `Cards` trait with detailed explanations
    - Enhanced docblock on `Bancard` main class with detailed explanations
    - Enhanced docblock on `BuildsRequests` trait with detailed explanations
    - Enhanced docblock on `SingleBuy` trait with detailed explanations
    - Enhanced docblock on `Transactions` trait with detailed explanations
    - Enhanced docblock on `QR` trait with detailed explanations
    - Applied consistent code formatting
    hschimpf committed Jan 9, 2025
    Configuration menu
    Copy the full SHA
    8337d10 View commit details
    Browse the repository at this point in the history
  2. Added more detailed docblocks to response classes

    - Enhanced docblock on `CardsNewResponse` class with detailed explanations
    - Enhanced docblock on `ChargeResponse` class with detailed explanations
    - Enhanced docblock on `CardDeleteResponse` class with detailed explanations
    - Enhanced docblock on `QRGenerateResponse` class with detailed explanations
    - Enhanced docblock on `ConfirmationResponse` class with detailed explanations
    - Enhanced docblock on `QRRevertResponse` class with detailed explanations
    - Enhanced docblock on `UsersCardsResponse` class with detailed explanations
    - Enhanced docblock on `PreauthorizationConfirmResponse` class with detailed explanations
    - Enhanced docblock on `RollbackResponse` class with detailed explanations
    - Enhanced docblock on `BancardResponse` base class with detailed explanations
    - Enhanced docblock on `SingleBuyResponse` class with detailed explanations
    - Added method-level docblocks for enabling/disabling development and production environments in `Bancard` class
    hschimpf committed Jan 9, 2025
    Configuration menu
    Copy the full SHA
    73c3ea7 View commit details
    Browse the repository at this point in the history
Loading