Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hookissuefix #322

Merged
merged 6 commits into from
Mar 18, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
changes in native keys from hb_ to pwt_
  • Loading branch information
pm-shashank-jain committed Mar 5, 2019
commit 623c575b5c5036b521c663ea7b1c7b6e15f377ac
34 changes: 17 additions & 17 deletions src/constants.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,23 +65,23 @@
"FORMAT": "hb_format"
},
"NATIVE_KEYS": {
"title": "hb_native_title",
"body": "hb_native_body",
"body2": "hb_native_body2",
"privacyLink": "hb_native_privacy",
"sponsoredBy": "hb_native_brand",
"image": "hb_native_image",
"icon": "hb_native_icon",
"clickUrl": "hb_native_linkurl",
"displayUrl": "hb_native_displayurl",
"cta": "hb_native_cta",
"rating": "hb_native_rating",
"address": "hb_native_address",
"downloads": "hb_native_downloads",
"likes": "hb_native_likes",
"phone": "hb_native_phone",
"price": "hb_native_price",
"salePrice": "hb_native_saleprice"
"title": "pwt_native_title",
"body": "pwt_native_body",
"body2": "pwt_native_body2",
"privacyLink": "pwt_native_privacy",
"sponsoredBy": "pwt_native_brand",
"image": "pwt_native_image",
"icon": "pwt_native_icon",
"clickUrl": "pwt_native_linkurl",
"displayUrl": "pwt_native_displayurl",
"cta": "pwt_native_cta",
"rating": "pwt_native_rating",
"address": "pwt_native_address",
"downloads": "pwt_native_downloads",
"likes": "pwt_native_likes",
"phone": "pwt_native_phone",
"price": "pwt_native_price",
"salePrice": "pwt_native_saleprice"
},
"S2S" : {
"SRC" : "s2s",
Expand Down