|
|
@ -110,7 +110,9 @@ class StepThreeBajajFDFragment : BaseFragment() { |
|
|
|
var uploadPosition = 0 |
|
|
|
for (entry in mapImage.iterator()) { |
|
|
|
uploadPosition++ |
|
|
|
uploadDocApi(entry.key, entry.value, uploadPosition) |
|
|
|
if(entry.key.contains("Main ")) |
|
|
|
uploadDocApi(entry.key.replace("Main ",""), entry.value, uploadPosition) |
|
|
|
else uploadDocApi(entry.key, entry.value, uploadPosition) |
|
|
|
} |
|
|
|
// |
|
|
|
// bajajFDInterface.stepThreeApi((activity as BajajFdMainActivity).createFDRequest) |
|
|
|