Skip to content

Commit

Permalink
feat: add partner's api's (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitdas13 authored Jun 16, 2023
1 parent d9901af commit 68b2028
Show file tree
Hide file tree
Showing 28 changed files with 2,480 additions and 28 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,7 @@ jobs:
env:
RAZORPAY_API_KEY: ${{ secrets.RAZORPAY_API_KEY }}
RAZORPAY_API_SECRET: ${{ secrets.RAZORPAY_API_SECRET }}
RAZORPAY_PARTNER_API_KEY: ${{ secrets.RAZORPAY_PARTNER_API_KEY }}
RAZORPAY_PARTNER_API_SECRET: ${{ secrets.RAZORPAY_PARTNER_API_SECRET }}
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
composer.lock
phpunit.xml
vendor/
reports/
**/.DS_Store
Loading

0 comments on commit 68b2028

Please sign in to comment.