Skip to content

Commit

Permalink
feat : Podspec and pod version updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nautiyalsachin committed Oct 23, 2020
1 parent c76d629 commit fca2300
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Example/CheckoutViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class CheckoutViewController: UIViewController {
var razorpayObj : RazorpayCheckout? = nil
var merchantDetails : MerchantsDetails = MerchantsDetails.getDefaultData()

let razorpayKey = "" // Sign up for a Razorpay Account(https://dashboard.razorpay.com/#/access/signin) and generate the API Keys(https://razorpay.com/docs/payment-gateway/dashboard-guide/settings/#api-keys/) from the Razorpay Dashboard.
let razorpayKey = "rzp_test_1DP5mmOlF5G5ag" // Sign up for a Razorpay Account(https://dashboard.razorpay.com/#/access/signin) and generate the API Keys(https://razorpay.com/docs/payment-gateway/dashboard-guide/settings/#api-keys/) from the Razorpay Dashboard.

override func viewDidLoad() {
super.viewDidLoad()
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ razorpay-pod is available through [CocoaPods]. To install
it, simply add the following line to your Podfile

```ruby
pod 'razorpay-pod', '1.1.7'
pod 'razorpay-pod', '1.1.9'
```
### Note:
for older cocoapod versions check [CHANGELOG](https://github.com/razorpay/razorpay-pod/blob/1.1.5/CHANGELOG.md).
Expand Down
2 changes: 1 addition & 1 deletion razorpay-pod.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "razorpay-pod"
s.version = "1.1.7"
s.version = "1.1.9"
s.summary = "CocoaPod implementation of Razorpay's Payment SDK"

# This description is used to generate tags and improve search results.
Expand Down

0 comments on commit fca2300

Please sign in to comment.