Skip to content

Commit 2148d9f

Browse files
committed
New Banks
1 parent 8fc6a9c commit 2148d9f

File tree

11 files changed

+2603
-2511
lines changed

11 files changed

+2603
-2511
lines changed

Example/FlutterwaveSDK.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@
514514
INFOPLIST_FILE = FlutterwaveSDK/Info.plist;
515515
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
516516
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
517-
MARKETING_VERSION = 1.2.4;
517+
MARKETING_VERSION = 1.2.5;
518518
MODULE_NAME = ExampleApp;
519519
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
520520
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -535,7 +535,7 @@
535535
INFOPLIST_FILE = FlutterwaveSDK/Info.plist;
536536
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
537537
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
538-
MARKETING_VERSION = 1.2.4;
538+
MARKETING_VERSION = 1.2.5;
539539
MODULE_NAME = ExampleApp;
540540
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)";
541541
PRODUCT_NAME = "$(TARGET_NAME)";

Example/FlutterwaveSDK/ViewController.swift

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -28,38 +28,32 @@ class ViewController: UIViewController, FlutterwavePayProtocol {
2828

2929

3030
@objc func showExample(){
31-
3231
let config = FlutterwaveConfig.sharedConfig()
33-
3432
config.paymentOptionsToExclude = []
35-
config.currencyCode = "NGN" // This is the specified currency to charge in.
36-
config.email = "[email protected]" // This is the email address of the customer
37-
config.isStaging = false // Toggle this for staging and live environment
38-
config.phoneNumber = "07067783334" //Phone number
39-
config.transcationRef = "IOS TEST" // This is a unique reference, unique to the particular transaction being carried out. It is generated when it is not provided by the merchant for every transaction.
40-
config.firstName = "Yemi" // This is the customers first name.
41-
config.lastName = "Desola" //This is the customers last name.
33+
config.currencyCode = "[]" // This is the specified currency to charge in.
34+
config.email = "[]" // This is the email address of the customer
35+
config.isStaging = true// Toggle this for staging and live environment
36+
config.phoneNumber = "[]" //Phone number
37+
config.transcationRef = "[]" // This is a unique reference, unique to the particular transaction being carried out. It is generated when it is not provided by the merchant for every transaction.
38+
config.firstName = "[]" // This is the customers first name.
39+
config.lastName = "[]" //This is the customers last name.
4240
config.meta = [["metaname":"sdk", "metavalue":"ios"]] //This is used to include additional payment information
4341
config.narration = "simplifying payments for endless possibilities"
44-
config.publicKey = "[PUB_KEY]" //Public key
45-
config.encryptionKey = "[ENCRYPTION_KEY]" //Encryption key
42+
config.publicKey = "[]" //Public key
43+
config.encryptionKey = "[]" //Encryption key
4644
config.isPreAuth = false // This should be set to true for preauthoize card transactions
4745
let controller = FlutterwavePayViewController()
4846
let nav = UINavigationController(rootViewController: controller)
49-
controller.amount = "[Amount]" // This is the amount to be charged.
47+
controller.amount = "[]" // This is the amount to be charged.
5048
controller.delegate = self
5149
self.present(nav, animated: true)
52-
53-
5450
}
5551

5652

5753

5854
override func viewDidLoad() {
5955
super.viewDidLoad()
6056
setUpConstraintsAndProperties()
61-
62-
6357
showExample()
6458
}
6559

Example/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- Alamofire (5.2.1)
3-
- FlutterwaveSDK (1.2.3):
3+
- FlutterwaveSDK (1.2.5):
44
- Alamofire (= 5.2.1)
55
- lottie-ios (~> 3.0.2)
66
- "MaterialComponents/TextControls+OutlinedTextAreas"
@@ -79,7 +79,7 @@ EXTERNAL SOURCES:
7979

8080
SPEC CHECKSUMS:
8181
Alamofire: e911732990610fe89af59ac0077f923d72dc3dfd
82-
FlutterwaveSDK: fdbbd87862d5b62c86a3cc3d59db39abffd7e604
82+
FlutterwaveSDK: 592b8560122a5c4abb60ed9320206fbc946f3249
8383
lottie-ios: c38c3178ae8c4a8f200661aa5f80b9f1ca7f56b3
8484
MaterialComponents: e4a7c8b5eabe7856ef58f632fb5800a229bda5be
8585
MDFInternationalization: 010097556d6b09d2c4ea38e0820ea6d37be6a314

Example/Pods/Local Podspecs/FlutterwaveSDK.podspec.json

Lines changed: 3 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)