Skip to content

Commit

Permalink
Merge pull request #159 from razorpay/new_update
Browse files Browse the repository at this point in the history
add gitaction
  • Loading branch information
ankitdas13 authored Feb 1, 2022
2 parents 2061013 + 3df27fd commit 104718b
Show file tree
Hide file tree
Showing 88 changed files with 11,598 additions and 438 deletions.
33 changes: 33 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.

name: Python Package

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]


jobs:
deploy:

runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: [3, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10]

steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install responses
python3 setup.py install
- name: Run Tests
run: python3 -m unittest
9 changes: 0 additions & 9 deletions .travis.yml

This file was deleted.

21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file. The format

## Unreleased

## [1.3.0][1.3.0] - 2022-02-01

### Added
- Added Item Api
- Added RegistrationLink Api
- QR code end point API
- Update, cancel update ,fetch details of a Pending Update, pause, resume subscription & delete offer API
- Add create ondemand , fetch all demand, fetch demand by id & report for settlement
- Add/Delete TPV Bank Account
- Register emandate and charge first payment together
- PaperNACH/Register NACH and charge first payment together
- Added create recurring payment, fetch card details, card downtime & card downtime by Id , create payment json API's for payment
- Added edit and notify API's for payment links
- Added edit, refund, fetch multiple refund, fetch multiple refund by id API's for refunds
- Added edit order API
- Fund API's end point
- UPI
- Added Verfiy payment link ,payment & subscription verification
- Update Testcases
- Update readme file

## [1.2.0][1.2.0] - 2019-03-11

### Added
Expand Down
Loading

0 comments on commit 104718b

Please sign in to comment.