Skip to content

Commit 89bef0e

Browse files
authored
Merge pull request #70 from xendit/chore/map-mid-label-to-tokenization-request
Update XenditTokenizationRequest with midLabel
2 parents 15cf4a1 + 4471382 commit 89bef0e

File tree

4 files changed

+98
-80
lines changed

4 files changed

+98
-80
lines changed

Sources/Xendit/Models/DTOs/XenditTokenizationRequest.swift

+4
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ import Foundation
7373
json["customer"] = customer!.toJsonObject()
7474
}
7575

76+
if (midLabel != nil) {
77+
json["mid_label"] = midLabel
78+
}
79+
7680
return json
7781
}
7882

XenditExample/XenditExample.xcodeproj/project.pbxproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 46;
6+
objectVersion = 54;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -508,7 +508,7 @@
508508
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
509509
DEVELOPMENT_TEAM = YTAZRVVYUC;
510510
INFOPLIST_FILE = XenditExample/Info.plist;
511-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
511+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
512512
LD_RUNPATH_SEARCH_PATHS = (
513513
"$(inherited)",
514514
"@executable_path/Frameworks",
@@ -525,7 +525,7 @@
525525
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
526526
DEVELOPMENT_TEAM = YTAZRVVYUC;
527527
INFOPLIST_FILE = XenditExample/Info.plist;
528-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
528+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
529529
LD_RUNPATH_SEARCH_PATHS = (
530530
"$(inherited)",
531531
"@executable_path/Frameworks",

0 commit comments

Comments
 (0)