Sha256: dee0437bca82ce76d9cc4cb194a29d870fe3380aa63264e30f44c53c64e5ea3f
Contents?: true
Size: 996 Bytes
Versions: 1
Compression:
Stored size: 996 Bytes
Contents
# Version and other constants are defined here module Razorpay BASE_URI = 'https://api.razorpay.com'.freeze TEST_URL = 'https://api.razorpay.com/'.freeze VERSION = '3.2.0'.freeze ENTITIES_LIST = { "cards" => "card", "invoices" => "invoice", "refunds" => "refund", "orders" => "order", "payments" => "payment", "customers" => "customer", "plans" => "plan", "virtual_accounts" => "virtualAccount", "addons" => "addon", "subscriptions" => "subscriptions", "subscription_registrations" => "subscription_registrations", "transfers" => "transfers", "payment_links" => "payment_links", "settlements" => "settlements", "qr_codes" => "qr_codes", "items" => "items", "fund_accounts" => "fund_accounts", "webhooks" => "webhook", "payment_methods" => "payment_methods", "products" => "products", "tokens" => "tokens", "iins" => "iins", "stakeholders" => "stakeholders", "accounts" => "accounts" } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
razorpay-3.2.0 | lib/razorpay/constants.rb |