Skip to content

Commit

Permalink
Merge branch 'feat/transak' into dx-3498
Browse files Browse the repository at this point in the history
# Conflicts:
#	Source/Immutable/Private/Immutable/Transak/TransakWebBrowser.cpp
#	Source/Immutable/Public/Immutable/Transak/TransakWebBrowser.h
  • Loading branch information
YermekG committed Dec 18, 2024
2 parents e9235b2 + 5d92e40 commit 27f16d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,4 @@ bool UTransakWebBrowser::HandleOnBeforePopup(FString URL, FString Frame)
{
return false;
}
#endif
#endif
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ class IMMUTABLE_API UTransakWebBrowser : public UWidget

protected:
bool bIsReady = false;
};
};

0 comments on commit 27f16d1

Please sign in to comment.