@@ -376,7 +376,7 @@ public ApiResponse< PtsV2ModifyBillingAgreementPost201Response > BillingAgreemen
376376 if ( modifyBillingAgreement != null && modifyBillingAgreement . GetType ( ) != typeof ( byte [ ] ) )
377377 {
378378 SdkTracker sdkTracker = new SdkTracker ( ) ;
379- modifyBillingAgreement = ( ModifyBillingAgreement ) sdkTracker . InsertDeveloperIdTracker ( modifyBillingAgreement , modifyBillingAgreement . GetType ( ) . Name , Configuration . ApiClient . Configuration . MerchantConfigDictionaryObj [ "runEnvironment" ] ) ;
379+ modifyBillingAgreement = ( ModifyBillingAgreement ) sdkTracker . InsertDeveloperIdTracker ( modifyBillingAgreement , modifyBillingAgreement . GetType ( ) . Name , Configuration . ApiClient . Configuration . MerchantConfigDictionaryObj [ "runEnvironment" ] , Configuration . ApiClient . Configuration . MerchantConfigDictionaryObj . ContainsKey ( "defaultDeveloperId" ) ? Configuration . ApiClient . Configuration . MerchantConfigDictionaryObj [ "defaultDeveloperId" ] : "" ) ;
380380 localVarPostBody = Configuration . ApiClient . Serialize ( modifyBillingAgreement ) ; // http body (model) parameter
381381 }
382382 else
@@ -490,7 +490,7 @@ public async System.Threading.Tasks.Task<ApiResponse<PtsV2ModifyBillingAgreement
490490 if ( modifyBillingAgreement != null && modifyBillingAgreement . GetType ( ) != typeof ( byte [ ] ) )
491491 {
492492 SdkTracker sdkTracker = new SdkTracker ( ) ;
493- modifyBillingAgreement = ( ModifyBillingAgreement ) sdkTracker . InsertDeveloperIdTracker ( modifyBillingAgreement , modifyBillingAgreement . GetType ( ) . Name , Configuration . ApiClient . Configuration . MerchantConfigDictionaryObj [ "runEnvironment" ] ) ;
493+ modifyBillingAgreement = ( ModifyBillingAgreement ) sdkTracker . InsertDeveloperIdTracker ( modifyBillingAgreement , modifyBillingAgreement . GetType ( ) . Name , Configuration . ApiClient . Configuration . MerchantConfigDictionaryObj [ "runEnvironment" ] , Configuration . ApiClient . Configuration . MerchantConfigDictionaryObj . ContainsKey ( "defaultDeveloperId" ) ? Configuration . ApiClient . Configuration . MerchantConfigDictionaryObj [ "defaultDeveloperId" ] : "" ) ;
494494 localVarPostBody = Configuration . ApiClient . Serialize ( modifyBillingAgreement ) ; // http body (model) parameter
495495 }
496496 else
@@ -602,7 +602,7 @@ public ApiResponse< PtsV2CreditsPost201Response1 > BillingAgreementsIntimationWi
602602 if ( intimateBillingAgreement != null && intimateBillingAgreement . GetType ( ) != typeof ( byte [ ] ) )
603603 {
604604 SdkTracker sdkTracker = new SdkTracker ( ) ;
605- intimateBillingAgreement = ( IntimateBillingAgreement ) sdkTracker . InsertDeveloperIdTracker ( intimateBillingAgreement , intimateBillingAgreement . GetType ( ) . Name , Configuration . ApiClient . Configuration . MerchantConfigDictionaryObj [ "runEnvironment" ] ) ;
605+ intimateBillingAgreement = ( IntimateBillingAgreement ) sdkTracker . InsertDeveloperIdTracker ( intimateBillingAgreement , intimateBillingAgreement . GetType ( ) . Name , Configuration . ApiClient . Configuration . MerchantConfigDictionaryObj [ "runEnvironment" ] , Configuration . ApiClient . Configuration . MerchantConfigDictionaryObj . ContainsKey ( "defaultDeveloperId" ) ? Configuration . ApiClient . Configuration . MerchantConfigDictionaryObj [ "defaultDeveloperId" ] : "" ) ;
606606 localVarPostBody = Configuration . ApiClient . Serialize ( intimateBillingAgreement ) ; // http body (model) parameter
607607 }
608608 else
@@ -716,7 +716,7 @@ public async System.Threading.Tasks.Task<ApiResponse<PtsV2CreditsPost201Response
716716 if ( intimateBillingAgreement != null && intimateBillingAgreement . GetType ( ) != typeof ( byte [ ] ) )
717717 {
718718 SdkTracker sdkTracker = new SdkTracker ( ) ;
719- intimateBillingAgreement = ( IntimateBillingAgreement ) sdkTracker . InsertDeveloperIdTracker ( intimateBillingAgreement , intimateBillingAgreement . GetType ( ) . Name , Configuration . ApiClient . Configuration . MerchantConfigDictionaryObj [ "runEnvironment" ] ) ;
719+ intimateBillingAgreement = ( IntimateBillingAgreement ) sdkTracker . InsertDeveloperIdTracker ( intimateBillingAgreement , intimateBillingAgreement . GetType ( ) . Name , Configuration . ApiClient . Configuration . MerchantConfigDictionaryObj [ "runEnvironment" ] , Configuration . ApiClient . Configuration . MerchantConfigDictionaryObj . ContainsKey ( "defaultDeveloperId" ) ? Configuration . ApiClient . Configuration . MerchantConfigDictionaryObj [ "defaultDeveloperId" ] : "" ) ;
720720 localVarPostBody = Configuration . ApiClient . Serialize ( intimateBillingAgreement ) ; // http body (model) parameter
721721 }
722722 else
@@ -815,7 +815,7 @@ public ApiResponse< PtsV2CreateBillingAgreementPost201Response > BillingAgreemen
815815 if ( createBillingAgreement != null && createBillingAgreement . GetType ( ) != typeof ( byte [ ] ) )
816816 {
817817 SdkTracker sdkTracker = new SdkTracker ( ) ;
818- createBillingAgreement = ( CreateBillingAgreement ) sdkTracker . InsertDeveloperIdTracker ( createBillingAgreement , createBillingAgreement . GetType ( ) . Name , Configuration . ApiClient . Configuration . MerchantConfigDictionaryObj [ "runEnvironment" ] ) ;
818+ createBillingAgreement = ( CreateBillingAgreement ) sdkTracker . InsertDeveloperIdTracker ( createBillingAgreement , createBillingAgreement . GetType ( ) . Name , Configuration . ApiClient . Configuration . MerchantConfigDictionaryObj [ "runEnvironment" ] , Configuration . ApiClient . Configuration . MerchantConfigDictionaryObj . ContainsKey ( "defaultDeveloperId" ) ? Configuration . ApiClient . Configuration . MerchantConfigDictionaryObj [ "defaultDeveloperId" ] : "" ) ;
819819 localVarPostBody = Configuration . ApiClient . Serialize ( createBillingAgreement ) ; // http body (model) parameter
820820 }
821821 else
@@ -916,7 +916,7 @@ public async System.Threading.Tasks.Task<ApiResponse<PtsV2CreateBillingAgreement
916916 if ( createBillingAgreement != null && createBillingAgreement . GetType ( ) != typeof ( byte [ ] ) )
917917 {
918918 SdkTracker sdkTracker = new SdkTracker ( ) ;
919- createBillingAgreement = ( CreateBillingAgreement ) sdkTracker . InsertDeveloperIdTracker ( createBillingAgreement , createBillingAgreement . GetType ( ) . Name , Configuration . ApiClient . Configuration . MerchantConfigDictionaryObj [ "runEnvironment" ] ) ;
919+ createBillingAgreement = ( CreateBillingAgreement ) sdkTracker . InsertDeveloperIdTracker ( createBillingAgreement , createBillingAgreement . GetType ( ) . Name , Configuration . ApiClient . Configuration . MerchantConfigDictionaryObj [ "runEnvironment" ] , Configuration . ApiClient . Configuration . MerchantConfigDictionaryObj . ContainsKey ( "defaultDeveloperId" ) ? Configuration . ApiClient . Configuration . MerchantConfigDictionaryObj [ "defaultDeveloperId" ] : "" ) ;
920920 localVarPostBody = Configuration . ApiClient . Serialize ( createBillingAgreement ) ; // http body (model) parameter
921921 }
922922 else
0 commit comments