Inits the workflow configuration
This commit is contained in:
parent
f66dac31c9
commit
e6e098b32e
286 changed files with 33660 additions and 64632 deletions
|
|
@ -166,7 +166,7 @@ namespace Yavsc.ApiControllers
|
|||
|
||||
if (payment==null) {
|
||||
_logger.LogError("Error doing SetExpressCheckout, aborting.");
|
||||
_logger.LogError(JsonConvert.SerializeObject(Startup.PayPalSettings));
|
||||
_logger.LogError(JsonConvert.SerializeObject(Config.PayPalSettings));
|
||||
return new StatusCodeResult(500);
|
||||
}
|
||||
switch (payment.Ack)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue