razorpay / razorpay-go

Razorpay Go SDK
MIT License
37 stars 24 forks source link

payment doc correction #69

Closed ankitdas13 closed 2 years ago

ankitdas13 commented 2 years ago

Capture payment (sdk audit): update

Fetch all payment (sdk audit) : update

Fetch payment (sdk audit): update

Update a payment (sdk audit): update

Fetch payment downtime details (sdk audit): update

Fetch payment downtime by id (sdk audit): update

Payment capture settiing (sdk audit): update

Create payment json (sdk audit): update

ankitdas13 commented 2 years ago
  1. Update a payment - update response customer_id, token_id and other parameter missing
  2. Payment capture settings API - return Null and add "," (comma) on object close
  3. Create Payment Json - return NULL
  1. response updated
  2. added comma
  3. Need someone key who has access
ankitdas13 commented 2 years ago
  1. Update a payment - update response customer_id, token_id and other parameter missing
  2. Payment capture settings API - return Null and add "," (comma) on object close
  3. Create Payment Json - return NULL

added