mirror of
https://github.com/google/nomulus
synced 2026-09-07 08:37:11 +00:00
Handle pending transfers on domain imports from RDE deposits
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=148496597
This commit is contained in:
committed by
Ben McIlwain
parent
3ca9bb6aeb
commit
9f90597691
@@ -140,7 +140,7 @@ public class RdeContactImportAction implements Runnable {
|
||||
public void vrun() {
|
||||
ContactResource contact =
|
||||
XjcToContactResourceConverter.convertContact(xjcContact);
|
||||
getImportUtils().importContact(contact);
|
||||
getImportUtils().importEppResource(contact);
|
||||
}
|
||||
});
|
||||
// Record number of contacts imported
|
||||
|
||||
Reference in New Issue
Block a user