Skip to content

Commit

Permalink
Add 3d secure feature for payment
Browse files Browse the repository at this point in the history
  • Loading branch information
jukiginanjar committed Apr 27, 2016
1 parent 6f71d7d commit b1cf2ab
Show file tree
Hide file tree
Showing 16 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions headers/VTTransactionResult.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//

#import <Foundation/Foundation.h>
#import "VTMaskedCreditCard.h"

/**
Object that represent the successful transaction.
Expand Down Expand Up @@ -58,6 +59,11 @@
*/
@property(nonatomic, readonly) NSDictionary *additionalData;

/**
*/
@property(nonatomic, readonly) VTMaskedCreditCard *maskedCreditCard;

///---------------------
/// @name Initialization
///---------------------
Expand Down
Binary file modified iossdk-gojek.bundle/VTCardInputView~iphone.nib/objects-8.0+.nib
Binary file not shown.
Binary file modified iossdk-gojek.bundle/VTCardInputView~iphone.nib/runtime.nib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified iossdk-gojek.bundle/VTRadioCell~iphone.nib/objects-8.0+.nib
Binary file not shown.
Binary file modified iossdk-gojek.bundle/VTRadioCell~iphone.nib/runtime.nib
Binary file not shown.
Binary file not shown.
Binary file modified iossdk-gojek.bundle/VTRegisterController~iphone.nib/runtime.nib
Binary file not shown.
Binary file modified iossdk-gojek.bundle/VTWidgetCell~iphone.nib/objects-8.0+.nib
Binary file not shown.
Binary file modified iossdk-gojek.bundle/VTWidgetCell~iphone.nib/runtime.nib
Binary file not shown.
Binary file modified libiossdk-gojek.a
Binary file not shown.

0 comments on commit b1cf2ab

Please sign in to comment.