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: tolu-paystack/paystack-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: PaystackOSS/paystack-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 25 files changed
  • 2 contributors

Commits on Aug 26, 2023

  1. Configuration menu
    Copy the full SHA
    2df8510 View commit details
    Browse the repository at this point in the history
  2. prettier config file

    Tobshub committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    1aee8c1 View commit details
    Browse the repository at this point in the history
  3. ran prettier on the root dir

    Tobshub committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    a038cae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11e23ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d65a2c7 View commit details
    Browse the repository at this point in the history
  6. converted modules to ES modules

    - removed use of `global`(deprecated) with `globalThis`
    - called `new vorpal()` instead of `require(vorpal)()`
    - in './commands/sample.js' moved `keys` outside of the `init` function and changed it from `let` to `const`
    Tobshub committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    3757b79 View commit details
    Browse the repository at this point in the history
  7. removed unused file

    Tobshub committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    1122d05 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. remove default export for db

    Tobshub committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    cfcbe1a View commit details
    Browse the repository at this point in the history
  2. fix: correctly detects if user is already logged in

    - fixed detecting already logged in
    - fixed issue with undefined errors
    - used async/await instead of returning `new Promise`
    - removed duplicate loginc in auth.js `init` function and Paystack.js `signIn` function
    Tobshub committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    fdd3456 View commit details
    Browse the repository at this point in the history
  3. removed comment

    Tobshub committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    b1f60da View commit details
    Browse the repository at this point in the history
  4. removed require

    Tobshub committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    83cfb39 View commit details
    Browse the repository at this point in the history
  5. updated package versions

    Tobshub committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    d8f1001 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    49dbec3 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. fix issues indexing db

    Tobshub committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    8d6ccc0 View commit details
    Browse the repository at this point in the history
  2. fix issues with tunneling webhooks

    + require ngrok auth token from user
    Tobshub committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    c875281 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. update ngrok version

    Tobshub committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    d0d6c0b View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Merge pull request PaystackOSS#21 from TobaniEG/master

    General patches and code clean-up
    lukman-paystack authored Aug 31, 2024
    Configuration menu
    Copy the full SHA
    ea78735 View commit details
    Browse the repository at this point in the history
Loading