Skip to content

Commit 997b06c

Browse files
committed
This contains bug fixes and improvements
1 parent 6e32277 commit 997b06c

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

Example/FlutterwaveSDK/ViewController.swift

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ class ViewController: UIViewController, FlutterwavePayProtocol {
5757

5858
}
5959

60-
6160

6261

6362
override func viewDidLoad() {

FlutterwaveSDK.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'FlutterwaveSDK'
11-
s.version = '1.3.8'
11+
s.version = '1.3.9'
1212
s.summary = 'FlutterwaveSDK'
1313

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

FlutterwaveSDK/Classes/Config/RaveConfig.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class FlutterwaveConfig {
3030
public var paymentPlan:Int?
3131
public var isPreAuth:Bool = false
3232
public var isPermanent:Bool = true
33-
public var meta:[[String:String]]?
33+
public var meta:[String:String]?
3434
public var subAccounts:[SubAccount]?
3535
public var whiteListedBanksOnly:[String]?
3636
public var paymentOptionsToExclude:[PaymentOption] = []

FlutterwaveSDK/Classes/Utils/RaveConstants.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class RaveConstants: NSObject {
2525

2626
}
2727

28-
static let flutterWaveVersion = "1.3.8"
28+
static let flutterWaveVersion = "1.3.9"
2929
static let flutterColor = UIColor(hex: "#F5A623")
3030

3131
static let bankStyle = [(code:"044",color:"#143f89",image:"rave_access2"),

0 commit comments

Comments
 (0)