@pixelpay/capacitor-plugin 2.0.0 → 2.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +21 -0
- package/PixelpayCapacitorPlugin.podspec +2 -0
- package/README.md +16 -170
- package/android/build.gradle +9 -4
- package/ios/Frameworks/CardinalMobile.xcframework/Info.plist +42 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Assets.car +0 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/CCStoryBoard.storyboardc/CCHtmlViewController.nib/objects-11.0+.nib +0 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/CCStoryBoard.storyboardc/CCHtmlViewController.nib/runtime.nib +0 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/CCStoryBoard.storyboardc/CCViewController.nib/objects-11.0+.nib +0 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/CCStoryBoard.storyboardc/CCViewController.nib/runtime.nib +0 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/CCStoryBoard.storyboardc/DIH-hs-KJy-view-kOh-XJ-af6.nib/objects-11.0+.nib +0 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/CCStoryBoard.storyboardc/DIH-hs-KJy-view-kOh-XJ-af6.nib/runtime.nib +0 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/CCStoryBoard.storyboardc/Info.plist +0 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/CCStoryBoard.storyboardc/UINavigationController-SPZ-eu-YwW.nib/objects-11.0+.nib +0 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/CCStoryBoard.storyboardc/UINavigationController-SPZ-eu-YwW.nib/runtime.nib +0 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/CCStoryBoard.storyboardc/VRf-0F-2mw-view-i8m-N3-HYF.nib/objects-11.0+.nib +0 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/CCStoryBoard.storyboardc/VRf-0F-2mw-view-i8m-N3-HYF.nib/runtime.nib +0 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/CardinalMobile +0 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/AuthenticationRequestParameters.h +91 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/ButtonCustomization.h +25 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/CardinalCMSDK.h +15 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/CardinalEMVCoSDK.h +23 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/CardinalMobile.h +20 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/CardinalResponse.h +170 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/CardinalSession.h +121 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/CardinalSessionConfiguration.h +202 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/CardinalStepUpDelegate.h +35 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/CardinalThreeDS2ServiceImpl.h +21 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/CardinalTransaction.h +16 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/ChallengeParameters.h +70 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/ChallengeStatusReceiver.h +52 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/CompletionEvent.h +37 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/ConfigParameters.h +104 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/Customization.h +31 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/DirectoryServerIDConst.h +22 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/ErrorMessage.h +59 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/LabelCustomization.h +30 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/ProgressDialog.h +19 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/ProtocolErrorEvent.h +40 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/RuntimeErrorEvent.h +36 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/TextBoxCustomization.h +30 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/ThreeDS2Service.h +126 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/ToolbarCustomization.h +30 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/Transaction.h +48 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/UiCustomization.h +106 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/Warning.h +44 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Info.plist +0 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Modules/module.modulemap +6 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/MultiSelectView.nib/objects-11.0+.nib +0 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/MultiSelectView.nib/runtime.nib +0 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/OTPView.nib/objects-11.0+.nib +0 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/OTPView.nib/runtime.nib +0 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/SingleSelectView.nib/objects-11.0+.nib +0 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/SingleSelectView.nib/runtime.nib +0 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/export_file.txt +63 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Assets.car +0 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/CCStoryBoard.storyboardc/CCHtmlViewController.nib/objects-11.0+.nib +0 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/CCStoryBoard.storyboardc/CCHtmlViewController.nib/runtime.nib +0 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/CCStoryBoard.storyboardc/CCViewController.nib/objects-11.0+.nib +0 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/CCStoryBoard.storyboardc/CCViewController.nib/runtime.nib +0 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/CCStoryBoard.storyboardc/DIH-hs-KJy-view-kOh-XJ-af6.nib/objects-11.0+.nib +0 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/CCStoryBoard.storyboardc/DIH-hs-KJy-view-kOh-XJ-af6.nib/runtime.nib +0 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/CCStoryBoard.storyboardc/Info.plist +0 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/CCStoryBoard.storyboardc/UINavigationController-SPZ-eu-YwW.nib/objects-11.0+.nib +0 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/CCStoryBoard.storyboardc/UINavigationController-SPZ-eu-YwW.nib/runtime.nib +0 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/CCStoryBoard.storyboardc/VRf-0F-2mw-view-i8m-N3-HYF.nib/objects-11.0+.nib +0 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/CCStoryBoard.storyboardc/VRf-0F-2mw-view-i8m-N3-HYF.nib/runtime.nib +0 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/CardinalMobile +0 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/AuthenticationRequestParameters.h +91 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/ButtonCustomization.h +25 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/CardinalCMSDK.h +15 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/CardinalEMVCoSDK.h +23 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/CardinalMobile.h +20 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/CardinalResponse.h +170 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/CardinalSession.h +121 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/CardinalSessionConfiguration.h +202 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/CardinalStepUpDelegate.h +35 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/CardinalThreeDS2ServiceImpl.h +21 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/CardinalTransaction.h +16 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/ChallengeParameters.h +70 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/ChallengeStatusReceiver.h +52 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/CompletionEvent.h +37 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/ConfigParameters.h +104 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/Customization.h +31 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/DirectoryServerIDConst.h +22 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/ErrorMessage.h +59 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/LabelCustomization.h +30 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/ProgressDialog.h +19 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/ProtocolErrorEvent.h +40 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/RuntimeErrorEvent.h +36 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/TextBoxCustomization.h +30 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/ThreeDS2Service.h +126 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/ToolbarCustomization.h +30 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/Transaction.h +48 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/UiCustomization.h +106 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/Warning.h +44 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Info.plist +0 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Modules/module.modulemap +6 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/MultiSelectView.nib/objects-11.0+.nib +0 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/MultiSelectView.nib/runtime.nib +0 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/OTPView.nib/objects-11.0+.nib +0 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/OTPView.nib/runtime.nib +0 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/SingleSelectView.nib/objects-11.0+.nib +0 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/SingleSelectView.nib/runtime.nib +0 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/_CodeSignature/CodeResources +822 -0
- package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/export_file.txt +63 -0
- package/ios/Frameworks/LICENSE +19 -0
- package/ios/Frameworks/PixelPaySDK.podspec +16 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/Info.plist +42 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/Assets.car +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/CCHtmlViewController.nib/objects-11.0+.nib +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/CCHtmlViewController.nib/runtime.nib +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/CCViewController.nib/objects-11.0+.nib +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/CCViewController.nib/runtime.nib +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/DIH-hs-KJy-view-kOh-XJ-af6.nib/objects-11.0+.nib +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/DIH-hs-KJy-view-kOh-XJ-af6.nib/runtime.nib +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/Info.plist +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/UINavigationController-SPZ-eu-YwW.nib/objects-11.0+.nib +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/UINavigationController-SPZ-eu-YwW.nib/runtime.nib +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/VRf-0F-2mw-view-i8m-N3-HYF.nib/objects-11.0+.nib +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/VRf-0F-2mw-view-i8m-N3-HYF.nib/runtime.nib +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CardinalMobile +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/Info.plist +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/MultiSelectView.nib/objects-11.0+.nib +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/MultiSelectView.nib/runtime.nib +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/OTPView.nib/objects-11.0+.nib +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/OTPView.nib/runtime.nib +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/SingleSelectView.nib/objects-11.0+.nib +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/SingleSelectView.nib/runtime.nib +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/_CodeSignature/CodeResources +387 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/export_file.txt +63 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Headers/PixelPaySDK-Swift.h +612 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Headers/sdk.h +16 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Info.plist +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/arm64-apple-ios.swiftinterface +2609 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/armv7-apple-ios.swiftdoc +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/armv7-apple-ios.swiftinterface +2528 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Modules/module.modulemap +4 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/PixelPaySDK +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/_CodeSignature/CodeResources +567 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/Assets.car +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/CCHtmlViewController.nib/objects-11.0+.nib +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/CCHtmlViewController.nib/runtime.nib +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/CCViewController.nib/objects-11.0+.nib +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/CCViewController.nib/runtime.nib +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/DIH-hs-KJy-view-kOh-XJ-af6.nib/objects-11.0+.nib +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/DIH-hs-KJy-view-kOh-XJ-af6.nib/runtime.nib +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/Info.plist +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/UINavigationController-SPZ-eu-YwW.nib/objects-11.0+.nib +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/UINavigationController-SPZ-eu-YwW.nib/runtime.nib +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/VRf-0F-2mw-view-i8m-N3-HYF.nib/objects-11.0+.nib +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/VRf-0F-2mw-view-i8m-N3-HYF.nib/runtime.nib +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CardinalMobile +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/Info.plist +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/MultiSelectView.nib/objects-11.0+.nib +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/MultiSelectView.nib/runtime.nib +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/OTPView.nib/objects-11.0+.nib +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/OTPView.nib/runtime.nib +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/SingleSelectView.nib/objects-11.0+.nib +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/SingleSelectView.nib/runtime.nib +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/_CodeSignature/CodeResources +387 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/export_file.txt +63 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Headers/PixelPaySDK-Swift.h +917 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Headers/sdk.h +16 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Info.plist +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +2609 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/i386-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/i386-apple-ios-simulator.swiftinterface +2528 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +2609 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Modules/module.modulemap +4 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/PixelPaySDK +0 -0
- package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/_CodeSignature/CodeResources +612 -0
- package/ios/Frameworks/README.md +1 -0
- package/package.json +3 -2
- package/dist/docs.json +0 -175
package/LICENSE.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
The MIT License (MIT)
|
|
2
|
+
|
|
3
|
+
Copyright (c) Pixel<mailto:ivan@pixel.hn>
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
|
13
|
+
all copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21
|
+
THE SOFTWARE.
|
package/README.md
CHANGED
|
@@ -1,181 +1,27 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Librería de desarrollo para el Framework IONIC/Capacitor
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
## ¿Como instalar?
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
```bash
|
|
8
|
-
npm install @pixelpay/capacitor-plugin
|
|
9
|
-
npx cap sync
|
|
10
|
-
```
|
|
11
|
-
|
|
12
|
-
## API
|
|
13
|
-
|
|
14
|
-
<docgen-index>
|
|
15
|
-
|
|
16
|
-
* [`transactionDoSale(...)`](#transactiondosale)
|
|
17
|
-
* [`transactionDoAuth(...)`](#transactiondoauth)
|
|
18
|
-
* [`transactionDoCapture(...)`](#transactiondocapture)
|
|
19
|
-
* [`transactionDoVoid(...)`](#transactiondovoid)
|
|
20
|
-
* [`transactionGetStatus(...)`](#transactiongetstatus)
|
|
21
|
-
* [`tokenizationVaultCard(...)`](#tokenizationvaultcard)
|
|
22
|
-
* [`tokenizationUpdateCard(...)`](#tokenizationupdatecard)
|
|
23
|
-
* [`tokenizationShowCard(...)`](#tokenizationshowcard)
|
|
24
|
-
* [`tokenizationShowCards(...)`](#tokenizationshowcards)
|
|
25
|
-
* [`tokenizationDeleteCard(...)`](#tokenizationdeletecard)
|
|
26
|
-
|
|
27
|
-
</docgen-index>
|
|
28
|
-
|
|
29
|
-
<docgen-api>
|
|
30
|
-
<!--Update the source file JSDoc comments and rerun docgen to update the docs below-->
|
|
31
|
-
|
|
32
|
-
### transactionDoSale(...)
|
|
33
|
-
|
|
34
|
-
```typescript
|
|
35
|
-
transactionDoSale(options: { settings: string; request: string; }) => Promise<{ status: number; response: string; }>
|
|
36
|
-
```
|
|
37
|
-
|
|
38
|
-
| Param | Type |
|
|
39
|
-
| ------------- | --------------------------------------------------- |
|
|
40
|
-
| **`options`** | <code>{ settings: string; request: string; }</code> |
|
|
41
|
-
|
|
42
|
-
**Returns:** <code>Promise<{ status: number; response: string; }></code>
|
|
43
|
-
|
|
44
|
-
--------------------
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
### transactionDoAuth(...)
|
|
48
|
-
|
|
49
|
-
```typescript
|
|
50
|
-
transactionDoAuth(options: { settings: string; request: string; }) => Promise<{ status: number; response: string; }>
|
|
51
|
-
```
|
|
52
|
-
|
|
53
|
-
| Param | Type |
|
|
54
|
-
| ------------- | --------------------------------------------------- |
|
|
55
|
-
| **`options`** | <code>{ settings: string; request: string; }</code> |
|
|
56
|
-
|
|
57
|
-
**Returns:** <code>Promise<{ status: number; response: string; }></code>
|
|
58
|
-
|
|
59
|
-
--------------------
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
### transactionDoCapture(...)
|
|
63
|
-
|
|
64
|
-
```typescript
|
|
65
|
-
transactionDoCapture(options: { settings: string; request: string; }) => Promise<{ status: number; response: string; }>
|
|
66
|
-
```
|
|
67
|
-
|
|
68
|
-
| Param | Type |
|
|
69
|
-
| ------------- | --------------------------------------------------- |
|
|
70
|
-
| **`options`** | <code>{ settings: string; request: string; }</code> |
|
|
71
|
-
|
|
72
|
-
**Returns:** <code>Promise<{ status: number; response: string; }></code>
|
|
73
|
-
|
|
74
|
-
--------------------
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
### transactionDoVoid(...)
|
|
78
|
-
|
|
79
|
-
```typescript
|
|
80
|
-
transactionDoVoid(options: { settings: string; request: string; }) => Promise<{ status: number; response: string; }>
|
|
81
|
-
```
|
|
82
|
-
|
|
83
|
-
| Param | Type |
|
|
84
|
-
| ------------- | --------------------------------------------------- |
|
|
85
|
-
| **`options`** | <code>{ settings: string; request: string; }</code> |
|
|
86
|
-
|
|
87
|
-
**Returns:** <code>Promise<{ status: number; response: string; }></code>
|
|
88
|
-
|
|
89
|
-
--------------------
|
|
5
|
+
Los paquetes oficiales de NPM son [@pixelpay/sdk-core](https://www.npmjs.com/package/@pixelpay/sdk-core) y [@pixelpay/capacitor-plugin](https://www.npmjs.com/package/@pixelpay/capacitor-plugin).
|
|
90
6
|
|
|
7
|
+
Utiliza los siguientes comandos para su descarga e instalación:
|
|
91
8
|
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
transactionGetStatus(options: { settings: string; request: string; }) => Promise<{ status: number; response: string; }>
|
|
96
|
-
```
|
|
97
|
-
|
|
98
|
-
| Param | Type |
|
|
99
|
-
| ------------- | --------------------------------------------------- |
|
|
100
|
-
| **`options`** | <code>{ settings: string; request: string; }</code> |
|
|
101
|
-
|
|
102
|
-
**Returns:** <code>Promise<{ status: number; response: string; }></code>
|
|
103
|
-
|
|
104
|
-
--------------------
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
### tokenizationVaultCard(...)
|
|
108
|
-
|
|
109
|
-
```typescript
|
|
110
|
-
tokenizationVaultCard(options: { settings: string; request: string; }) => Promise<{ status: number; response: string; }>
|
|
111
|
-
```
|
|
112
|
-
|
|
113
|
-
| Param | Type |
|
|
114
|
-
| ------------- | --------------------------------------------------- |
|
|
115
|
-
| **`options`** | <code>{ settings: string; request: string; }</code> |
|
|
116
|
-
|
|
117
|
-
**Returns:** <code>Promise<{ status: number; response: string; }></code>
|
|
118
|
-
|
|
119
|
-
--------------------
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
### tokenizationUpdateCard(...)
|
|
123
|
-
|
|
124
|
-
```typescript
|
|
125
|
-
tokenizationUpdateCard(options: { settings: string; token: string; request: string; }) => Promise<{ status: number; response: string; }>
|
|
126
|
-
```
|
|
127
|
-
|
|
128
|
-
| Param | Type |
|
|
129
|
-
| ------------- | ------------------------------------------------------------------ |
|
|
130
|
-
| **`options`** | <code>{ settings: string; token: string; request: string; }</code> |
|
|
131
|
-
|
|
132
|
-
**Returns:** <code>Promise<{ status: number; response: string; }></code>
|
|
133
|
-
|
|
134
|
-
--------------------
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
### tokenizationShowCard(...)
|
|
138
|
-
|
|
139
|
-
```typescript
|
|
140
|
-
tokenizationShowCard(options: { settings: string; token: string; }) => Promise<{ status: number; response: string; }>
|
|
141
|
-
```
|
|
142
|
-
|
|
143
|
-
| Param | Type |
|
|
144
|
-
| ------------- | ------------------------------------------------- |
|
|
145
|
-
| **`options`** | <code>{ settings: string; token: string; }</code> |
|
|
146
|
-
|
|
147
|
-
**Returns:** <code>Promise<{ status: number; response: string; }></code>
|
|
148
|
-
|
|
149
|
-
--------------------
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
### tokenizationShowCards(...)
|
|
153
|
-
|
|
154
|
-
```typescript
|
|
155
|
-
tokenizationShowCards(options: { settings: string; tokens: string; }) => Promise<{ status: number; response: string; }>
|
|
9
|
+
``` bash
|
|
10
|
+
npm install @pixelpay/sdk-core
|
|
11
|
+
npm install @pixelpay/capacitor-plugin
|
|
156
12
|
```
|
|
157
13
|
|
|
158
|
-
|
|
159
|
-
| ------------- | -------------------------------------------------- |
|
|
160
|
-
| **`options`** | <code>{ settings: string; tokens: string; }</code> |
|
|
161
|
-
|
|
162
|
-
**Returns:** <code>Promise<{ status: number; response: string; }></code>
|
|
14
|
+
Integración Ionic/IOS
|
|
163
15
|
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
### tokenizationDeleteCard(...)
|
|
168
|
-
|
|
169
|
-
```typescript
|
|
170
|
-
tokenizationDeleteCard(options: { settings: string; token: string; }) => Promise<{ status: number; response: string; }>
|
|
171
|
-
```
|
|
16
|
+
Consulta la [Documentación oficial](https://ionicframework.com/docs/developing/ios) de Ionic para más información.
|
|
172
17
|
|
|
173
|
-
|
|
174
|
-
| ------------- | ------------------------------------------------- |
|
|
175
|
-
| **`options`** | <code>{ settings: string; token: string; }</code> |
|
|
18
|
+
Integración Ionic/Android
|
|
176
19
|
|
|
177
|
-
|
|
20
|
+
Consulta la [Documentación oficial](https://ionicframework.com/docs/developing/android) de Ionic para más información.
|
|
178
21
|
|
|
179
|
-
|
|
22
|
+
## ¿Como publicar?
|
|
180
23
|
|
|
181
|
-
|
|
24
|
+
- Cambiar version de release en package.json
|
|
25
|
+
- Agregar al CHANGELOG.md las descripciones del cambio
|
|
26
|
+
- Crear un commit con los cambios y publicar
|
|
27
|
+
- Ejecutar `npm publish --access public`
|
package/android/build.gradle
CHANGED
|
@@ -45,17 +45,22 @@ repositories {
|
|
|
45
45
|
google()
|
|
46
46
|
mavenCentral()
|
|
47
47
|
jcenter()
|
|
48
|
-
maven { url 'https://jitpack.io' }
|
|
49
48
|
}
|
|
50
49
|
|
|
50
|
+
rootProject.allprojects {
|
|
51
|
+
repositories {
|
|
52
|
+
google()
|
|
53
|
+
mavenCentral()
|
|
54
|
+
jcenter()
|
|
55
|
+
maven { url 'https://jitpack.io' }
|
|
56
|
+
}
|
|
57
|
+
}
|
|
51
58
|
|
|
52
59
|
dependencies {
|
|
53
60
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
54
61
|
implementation project(':capacitor-android')
|
|
55
62
|
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
|
|
56
|
-
|
|
57
|
-
implementation 'org.bitbucket.pixelpay:sdk-android:2.0+'
|
|
58
|
-
implementation 'org.bitbucket.pixelpay:maven-pixelpay-sdk-3ds:2.0+'
|
|
63
|
+
implementation 'org.bitbucket.pixelpay:sdk-android:2.0.1'
|
|
59
64
|
testImplementation "junit:junit:$junitVersion"
|
|
60
65
|
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
|
|
61
66
|
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
+
<plist version="1.0">
|
|
4
|
+
<dict>
|
|
5
|
+
<key>AvailableLibraries</key>
|
|
6
|
+
<array>
|
|
7
|
+
<dict>
|
|
8
|
+
<key>LibraryIdentifier</key>
|
|
9
|
+
<string>ios-arm64_i386_x86_64-simulator</string>
|
|
10
|
+
<key>LibraryPath</key>
|
|
11
|
+
<string>CardinalMobile.framework</string>
|
|
12
|
+
<key>SupportedArchitectures</key>
|
|
13
|
+
<array>
|
|
14
|
+
<string>arm64</string>
|
|
15
|
+
<string>i386</string>
|
|
16
|
+
<string>x86_64</string>
|
|
17
|
+
</array>
|
|
18
|
+
<key>SupportedPlatform</key>
|
|
19
|
+
<string>ios</string>
|
|
20
|
+
<key>SupportedPlatformVariant</key>
|
|
21
|
+
<string>simulator</string>
|
|
22
|
+
</dict>
|
|
23
|
+
<dict>
|
|
24
|
+
<key>LibraryIdentifier</key>
|
|
25
|
+
<string>ios-arm64_armv7</string>
|
|
26
|
+
<key>LibraryPath</key>
|
|
27
|
+
<string>CardinalMobile.framework</string>
|
|
28
|
+
<key>SupportedArchitectures</key>
|
|
29
|
+
<array>
|
|
30
|
+
<string>arm64</string>
|
|
31
|
+
<string>armv7</string>
|
|
32
|
+
</array>
|
|
33
|
+
<key>SupportedPlatform</key>
|
|
34
|
+
<string>ios</string>
|
|
35
|
+
</dict>
|
|
36
|
+
</array>
|
|
37
|
+
<key>CFBundlePackageType</key>
|
|
38
|
+
<string>XFWK</string>
|
|
39
|
+
<key>XCFrameworkFormatVersion</key>
|
|
40
|
+
<string>1.0</string>
|
|
41
|
+
</dict>
|
|
42
|
+
</plist>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
//
|
|
2
|
+
// AuthenticationRequestParameters.h
|
|
3
|
+
// CardinalEMVCoSDK
|
|
4
|
+
//
|
|
5
|
+
// Copyright © 2018 Cardinal Commerce. All rights reserved.
|
|
6
|
+
//
|
|
7
|
+
|
|
8
|
+
#import <Foundation/Foundation.h>
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* The AuthenticationRequestParameters class holds transaction data that the App passes to the 3DS Server for creating the AReq.
|
|
12
|
+
*/
|
|
13
|
+
@interface AuthenticationRequestParameters : NSObject
|
|
14
|
+
|
|
15
|
+
- (id _Nonnull ) initWithSDKTransactionId: (NSString *_Nonnull) sdkTransactionId
|
|
16
|
+
deviceData: (NSString *_Nonnull) deviceData
|
|
17
|
+
sdkEphemeralPublicKey: (NSString *_Nonnull) sdkEphemeralPublicKey
|
|
18
|
+
sdkAppID: (NSString *_Nonnull) sdkAppID
|
|
19
|
+
sdkReferenceNumber: (NSString *_Nonnull) sdkReferenceNumber
|
|
20
|
+
messageVersion: (NSString *_Nonnull) messageVersion;
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* @property sdkTransactionID SDK Transaction ID.
|
|
24
|
+
*/
|
|
25
|
+
@property (nonnull, nonatomic, strong, readonly) NSString* sdkTransactionID;
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* @property deviceData Device data collected by the SDK.
|
|
29
|
+
*/
|
|
30
|
+
@property (nullable, nonatomic, strong, readonly) NSString* deviceData;
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* @property sdkEphemeralPublicKey SDK Ephemeral Public Key (Qc).
|
|
34
|
+
*/
|
|
35
|
+
@property (nonnull, nonatomic, strong, readonly) NSString* sdkEphemeralPublicKey;
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* @property sdkAppID SDK App ID.
|
|
39
|
+
*/
|
|
40
|
+
@property (nonnull, nonatomic, strong, readonly) NSString* sdkAppID;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* @property sdkReferenceNumber SDK Reference Number.
|
|
44
|
+
*/
|
|
45
|
+
@property (nonnull, nonatomic, strong, readonly) NSString* sdkReferenceNumber;
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* @property messageVersion Protocol version that is supported by the SDK and used for the transaction.
|
|
49
|
+
*/
|
|
50
|
+
@property (nonnull, nonatomic, strong, readonly) NSString* messageVersion;
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* The getDeviceData method returns the encrypted device data as a string.
|
|
54
|
+
* @return NSString
|
|
55
|
+
*/
|
|
56
|
+
- (NSString *_Nullable) getDeviceData;
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* The getSDKTransactionID method returns the SDK Transaction ID.
|
|
60
|
+
* @return NSString
|
|
61
|
+
*/
|
|
62
|
+
- (NSString *_Nonnull) getSDKTransactionID;
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* The getSDKAppID method returns the SDK App ID.
|
|
66
|
+
* @return NSString
|
|
67
|
+
*/
|
|
68
|
+
- (NSString *_Nonnull) getSDKAppID;
|
|
69
|
+
|
|
70
|
+
/**
|
|
71
|
+
* The getSDKReferenceNumber method returns the SDK Reference Number.
|
|
72
|
+
* @return NSString
|
|
73
|
+
*/
|
|
74
|
+
- (NSString *_Nonnull) getSDKReferenceNumber;
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
* The getSDKEphemeralPublicKey method returns the SDK Ephemeral Public Key.
|
|
78
|
+
* @return NSString
|
|
79
|
+
*/
|
|
80
|
+
- (NSString *_Nonnull) getSDKEphemeralPublicKey;
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* The getMessageVersion method returns the protocol version that is used for the transaction.
|
|
84
|
+
* @return NSString
|
|
85
|
+
*/
|
|
86
|
+
- (NSString *_Nonnull) getMessageVersion;
|
|
87
|
+
|
|
88
|
+
+ (instancetype _Nonnull )new NS_UNAVAILABLE;
|
|
89
|
+
- (instancetype _Nonnull )init NS_UNAVAILABLE;
|
|
90
|
+
|
|
91
|
+
@end
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
//
|
|
2
|
+
// ButtonCustomization.h
|
|
3
|
+
// CardinalEMVCoSDK
|
|
4
|
+
//
|
|
5
|
+
// Copyright © 2018 Cardinal Commerce. All rights reserved.
|
|
6
|
+
//
|
|
7
|
+
|
|
8
|
+
#import "Customization.h"
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* The ButtonCustomization class provides methods for the 3DS Requestor App to pass button customization parameters to the 3DS SDK.
|
|
12
|
+
*/
|
|
13
|
+
@interface ButtonCustomization : Customization
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* @property backgroundColor Colour code in Hex format. For example, the colour code can be “#999999”.
|
|
17
|
+
*/
|
|
18
|
+
@property (nonatomic, strong) NSString* backgroundColor;
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* @property cornerRadius Radius (integer value) for the button corners.
|
|
22
|
+
*/
|
|
23
|
+
@property int cornerRadius;
|
|
24
|
+
|
|
25
|
+
@end
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//
|
|
2
|
+
// CardinalEMVCoSDK.h
|
|
3
|
+
// CardinalEMVCoSDK
|
|
4
|
+
//
|
|
5
|
+
// Copyright © 2018 Cardinal Commerce. All rights reserved.
|
|
6
|
+
//
|
|
7
|
+
|
|
8
|
+
#import <UIKit/UIKit.h>
|
|
9
|
+
|
|
10
|
+
#import <CardinalMobile/CardinalResponse.h>
|
|
11
|
+
#import <CardinalMobile/CardinalSession.h>
|
|
12
|
+
#import <CardinalMobile/CardinalSessionConfiguration.h>
|
|
13
|
+
#import <CardinalMobile/CardinalSession.h>
|
|
14
|
+
#import <CardinalMobile/CardinalStepUpDelegate.h>
|
|
15
|
+
#import <CardinalMobile/DirectoryServerIDConst.h>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
//
|
|
2
|
+
// CardinalEMVCoSDK.h
|
|
3
|
+
// CardinalEMVCoSDK
|
|
4
|
+
//
|
|
5
|
+
// Copyright © 2018 Cardinal Commerce. All rights reserved.
|
|
6
|
+
//
|
|
7
|
+
|
|
8
|
+
#import <UIKit/UIKit.h>
|
|
9
|
+
|
|
10
|
+
#import <CardinalMobile/ThreeDS2Service.h>
|
|
11
|
+
#import <CardinalMobile/Transaction.h>
|
|
12
|
+
#import <CardinalMobile/ConfigParameters.h>
|
|
13
|
+
#import <CardinalMobile/UiCustomization.h>
|
|
14
|
+
|
|
15
|
+
#import <CardinalMobile/CardinalThreeDS2ServiceImpl.h>
|
|
16
|
+
#import <CardinalMobile/CardinalTransaction.h>
|
|
17
|
+
#import <CardinalMobile/ProgressDialog.h>
|
|
18
|
+
#import <CardinalMobile/ChallengeStatusReceiver.h>
|
|
19
|
+
#import <CardinalMobile/ChallengeParameters.h>
|
|
20
|
+
#import <CardinalMobile/CompletionEvent.h>
|
|
21
|
+
#import <CardinalMobile/RuntimeErrorEvent.h>
|
|
22
|
+
#import <CardinalMobile/ProtocolErrorEvent.h>
|
|
23
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
//
|
|
2
|
+
// CardinalMobile.h
|
|
3
|
+
// CardinalMobile
|
|
4
|
+
//
|
|
5
|
+
// Created by Sudeep Tuladhar on 10/23/18.
|
|
6
|
+
// Copyright © 2018 Cardinal Commerce. All rights reserved.
|
|
7
|
+
//
|
|
8
|
+
|
|
9
|
+
#import <UIKit/UIKit.h>
|
|
10
|
+
|
|
11
|
+
//! Project version number for CardinalMobile.
|
|
12
|
+
FOUNDATION_EXPORT double CardinalMobileVersionNumber;
|
|
13
|
+
|
|
14
|
+
//! Project version string for CardinalMobile.
|
|
15
|
+
FOUNDATION_EXPORT const unsigned char CardinalMobileVersionString[];
|
|
16
|
+
|
|
17
|
+
// In this header, you should import all the public headers of your framework using statements like #import <CardinalMobile/PublicHeader.h>
|
|
18
|
+
|
|
19
|
+
#import <CardinalMobile/CardinalCMSDK.h>
|
|
20
|
+
#import <CardinalMobile/CardinalEMVCoSDK.h>
|