Skip to content

Commit

Permalink
Added lazy pay as payment mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Umang Arya committed Dec 30, 2019
1 parent 83c76d2 commit 38fed8f
Show file tree
Hide file tree
Showing 30 changed files with 1,757 additions and 981 deletions.
892 changes: 433 additions & 459 deletions PayUNonSeamlessTestApp.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ -(instancetype)init{
}

-(void)initActivityIndicatorWithSuperView:(UIView *) superView{
self.grayView = [[UIView alloc]initWithFrame:superView.frame];
self.grayView = [[UIView alloc]initWithFrame:superView.bounds];
self.grayView.backgroundColor = [UIColor grayColor];
self.grayView.alpha = 0.5f;
self.grayView.opaque = NO;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,9 @@
@property (nonatomic, strong) PayUModelPaymentRelatedDetail *paymentRelatedDetail;

@property (nonatomic, strong) NSArray *paymentOption;


//Strictly part of Sample App
@property (nonatomic, assign) NSInteger surePayCount;
@property (nonatomic, assign) BOOL shouldEnableWKWebview;
@end
Loading

0 comments on commit 38fed8f

Please sign in to comment.