Skip to content

Commit

Permalink
Merge pull request #644 from srmklive/v3-v2
Browse files Browse the repository at this point in the history
V3 v2
  • Loading branch information
srmklive authored Jun 19, 2024
2 parents dabed36 + 2ac8b81 commit 2d03a87
Show file tree
Hide file tree
Showing 85 changed files with 998 additions and 1,169 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
lfs: true
- name: Checkout LFS objects
run: git lfs checkout
# with:
# lfs: true
# - name: Checkout LFS objects
# run: git lfs checkout
- name: Setup PHP with Composer and extensions
with:
php-version: ${{ matrix.php-versions }}
Expand Down Expand Up @@ -50,6 +50,10 @@ jobs:
COVERALLS_FLAG_NAME: php-${{ matrix.php-versions }}
run:
php-coveralls -v
- name: Upload coverage results to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
coveralls-finish:
needs: [paypal]
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@

The documentation for the package can be viewed by clicking the following link:

[https://laravel-paypal.readthedocs.io/en/latest/](https://laravel-paypal.readthedocs.io/en/latest/)

The old documentation can be found at the following link:

[https://srmklive.github.io/laravel-paypal/docs.html](https://srmklive.github.io/laravel-paypal/docs.html)

<a name="usage"></a>
Expand Down
177 changes: 0 additions & 177 deletions docs/Makefile

This file was deleted.

1 change: 0 additions & 1 deletion docs/authors.rst

This file was deleted.

Loading

0 comments on commit 2d03a87

Please sign in to comment.