Skip to content

Commit

Permalink
Merge pull request #5 from RevenueMonster/feature-ewallet
Browse files Browse the repository at this point in the history
fix inappwebvew variable
  • Loading branch information
myussufz authored Jul 17, 2019
2 parents f1bd54b + a6dadda commit 2ac9462
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RevenueMonster/Classes/Payment/Checkout.swift
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ public final class Checkout {

DispatchQueue.global(qos: .background).async {
for _ in 1...800 {
if self.inAppWebView {
sleep(1)
continue
}
var isOrderStatusInProcess: Bool = false

if !self.isLeaveApp {
Expand Down

0 comments on commit 2ac9462

Please sign in to comment.