File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
obp-api/src/main/scala/code/api/v5_1_0 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2898,9 +2898,9 @@ trait APIMethods510 {
28982898
28992899
29002900 staticResourceDocs += ResourceDoc (
2901- createConsumerDynamicRegistraion ,
2901+ createConsumerDynamicRegistration ,
29022902 implementedInApiVersion,
2903- nameOf(createConsumerDynamicRegistraion ),
2903+ nameOf(createConsumerDynamicRegistration ),
29042904 " POST" ,
29052905 " /dynamic-registration/consumers" ,
29062906 " Create a Consumer(Dynamic Registration)" ,
@@ -2930,7 +2930,7 @@ trait APIMethods510 {
29302930 Some (Nil ))
29312931
29322932
2933- lazy val createConsumerDynamicRegistraion : OBPEndpoint = {
2933+ lazy val createConsumerDynamicRegistration : OBPEndpoint = {
29342934 case " dynamic-registration" :: " consumers" :: Nil JsonPost json -> _ => {
29352935 cc =>
29362936 implicit val ec = EndpointContext (Some (cc))
You can’t perform that action at this time.
0 commit comments