Skip to content

Commit

Permalink
Updating documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavyay committed Mar 1, 2024
1 parent 081b617 commit f3d1fa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/razorpay/oauth_token.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
require 'razorpay/validation_config'

module Razorpay
# OAuth APIs allow to you create and manage access tokens
class OAuthToken < Entity
def self.request
Razorpay::Request.new('token', Razorpay::AUTH_HOST)
Expand Down
1 change: 1 addition & 0 deletions lib/razorpay/payload_validator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module Razorpay
token_grant: :token_grant
}

# PayloadValidator allows to perform basic validations
class PayloadValidator
def self.validate(request, validation_configs)
validation_configs.each do |config|
Expand Down

0 comments on commit f3d1fa4

Please sign in to comment.