Skip to content

Commit

Permalink
Version updated to 7.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
himgupta229 committed Jul 2, 2018
1 parent 92141c0 commit 9da1ea0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.payu.custombrowser"
android:versionCode="26"
android:versionName="7.2.1">
android:versionCode="27"
android:versionName="7.2.2">

<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission
Expand Down
Binary file modified CustomBrowser-release.aar
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
### Integration of Custom Browser (Latest version 7.2.1)
### Integration of Custom Browser (Latest version 7.2.2)
Binary file modified libs/classes.jar
Binary file not shown.
8 changes: 7 additions & 1 deletion res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@

<string name="cb_review_order">Review Order</string>
<string name="text_or">or </string>

<string name="surepay_js">function surePayData(){var list = document.getElementsByTagName(\"input\");
"var map = {};
"for(var i =0;i&lt;list.length;i++)
"{if(list[i].type=='hidden')
"map[list[i].name]=list[i].value;}
"PayU.surePayData(JSON.stringify(map));};
"surePayData();</string>

</resources>

0 comments on commit 9da1ea0

Please sign in to comment.