You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Example/FlutterwaveSDK/ViewController.swift
+4-1
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ class ViewController: UIViewController, FlutterwavePayProtocol {
43
43
config.transcationRef ="[TRANSACTION REF]" // 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.
44
44
config.firstName ="[USER'S FIRST NAME]" // This is the customers first name.
45
45
config.lastName ="[USER'S SECOND NAME]" //This is the customers last name.
46
-
config.meta =[["metavalue":["paymentDetails":"","recieptId":""],"metaname":"iOS-SDK-v3"]] //This is used to include additional payment information
46
+
config.meta =[["metaname":"sdk","metavalue":"ios"]] //This is used to include additional payment information
47
47
config.narration ="simplifying payments for endless possibilities"
0 commit comments