NTP-74408 | updated payment manifest url for PL domain name migration (#16757)

This commit is contained in:
Prakhar Saxena
2025-06-30 18:48:43 +05:30
committed by GitHub
parent f01dfa4208
commit 6eda206419

View File

@@ -48,12 +48,12 @@ android {
isDefault true
dimension "app"
resValue 'string', 'navi_pay_manifest_url', 'https://payment-request-setup.firebaseapp.com'
resValue 'string', 'navi_pay_manifest_url', 'https://dev-navi-website.np.navi-tech.in/payments-gateway'
}
prod {
dimension "app"
resValue 'string', 'navi_pay_manifest_url', 'https://pl.navifinserv.com/payments-gateway'
resValue 'string', 'navi_pay_manifest_url', 'https://navi.com/payments-gateway'
}
}
packaging {