File tree Expand file tree Collapse file tree 7 files changed +160
-161
lines changed Expand file tree Collapse file tree 7 files changed +160
-161
lines changed Original file line number Diff line number Diff line change 8
8
9
9
# Xcode user data
10
10
MondidoIOS-SDK.xcodeproj /xcuserdata /*
11
+ MondidoIOS-SDK.xcodeproj /project.xcworkspace /*
Original file line number Diff line number Diff line change 446
446
CLANG_ENABLE_OBJC_ARC = YES;
447
447
CODE_SIGN_IDENTITY = "iPhone Developer";
448
448
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
449
+ CURRENT_PROJECT_VERSION = 1.4;
449
450
GCC_PRECOMPILE_PREFIX_HEADER = YES;
450
451
GCC_PREFIX_HEADER = "MondidoIOS-SDK/MondidoIOS-SDK-Prefix.pch";
451
452
INFOPLIST_FILE = "MondidoIOS-SDK/MondidoIOS-SDK-Info.plist";
452
453
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
454
+ MARKETING_VERSION = 1.4;
453
455
PRODUCT_BUNDLE_IDENTIFIER = "com.sugarcubesolutions.${PRODUCT_NAME:rfc1034identifier}";
454
456
PRODUCT_NAME = "$(TARGET_NAME)";
455
457
PROVISIONING_PROFILE = "";
464
466
CLANG_ENABLE_OBJC_ARC = YES;
465
467
CODE_SIGN_IDENTITY = "iPhone Developer";
466
468
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
469
+ CURRENT_PROJECT_VERSION = 1.4;
467
470
GCC_PRECOMPILE_PREFIX_HEADER = YES;
468
471
GCC_PREFIX_HEADER = "MondidoIOS-SDK/MondidoIOS-SDK-Prefix.pch";
469
472
INFOPLIST_FILE = "MondidoIOS-SDK/MondidoIOS-SDK-Info.plist";
470
473
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
474
+ MARKETING_VERSION = 1.4;
471
475
PRODUCT_BUNDLE_IDENTIFIER = "com.sugarcubesolutions.${PRODUCT_NAME:rfc1034identifier}";
472
476
PRODUCT_NAME = "$(TARGET_NAME)";
473
477
PROVISIONING_PROFILE = "";
Original file line number Diff line number Diff line change 3
3
// MondidoIOS-SDK
4
4
//
5
5
// Created by Robert Pohl on 18/02/14.
6
- // Copyright (c) 2014 Mondido Payments. All rights reserved.
7
- // Version 1.0
6
+ // Copyright (c) 2020 Mondido Payments. All rights reserved.
7
+ // Version 1.4
8
8
9
9
#import < Foundation/Foundation.h>
10
10
#import < WebKit/WebKit.h>
13
13
typedef enum PaymentStatus : NSInteger PaymentStatus;
14
14
enum PaymentStatus : NSInteger {
15
15
STARTED,
16
- SUCCESS,
17
- FAILED,
18
- ERROR
16
+ SUCCESS,
17
+ FAILED,
18
+ ERROR
19
19
};
20
20
21
-
22
21
@interface MondidoBase : NSObject <WKNavigationDelegate , WKUIDelegate >{
23
22
}
24
23
@@ -46,7 +45,6 @@ enum PaymentStatus : NSInteger {
46
45
@property (nonatomic , retain ) NSString *store_card;
47
46
@property (nonatomic , retain ) NSString *vat_amount;
48
47
49
-
50
48
- (NSString *) md5 :NSString;
51
49
- (NSString *) randomOrderId ;
52
50
- (NSString *) createHash ;
You can’t perform that action at this time.
0 commit comments