refactoring the haircut messaging

This commit is contained in:
2017-06-02 21:34:18 +02:00
parent 99cc856cb8
commit eafb48dfea
12 changed files with 199 additions and 80 deletions

View File

@ -104,6 +104,8 @@ namespace Yavsc.Helpers
}
};
var d = new SetExpressCheckoutRequestDetailsType();
logger.LogInformation($"Creating express checkout for {Startup.PayPalSettings.MerchantAccountUserName} : "+JsonConvert.SerializeObject(coreq));
var response = PayPalService.SetExpressCheckout( coreq, Startup.PayPalSettings.MerchantAccountUserName );