Skip to content

Commit

Permalink
Set _mappingsHaveBeenRegistered to true after registered mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmiani authored and incarnate committed Jun 8, 2016
1 parent 7d84028 commit 8e99c52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eWAY.Rapid/Internals/Services/MappingService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public static void RegisterMapping()
RegisterResponseMapping();
RegisterCustomMapping();
RegisterEntitiesMapping();
_mappingsHaveBeenRegistered = true;
}
}
}
Expand Down

0 comments on commit 8e99c52

Please sign in to comment.