David Duffett
David Duffett
Apologies for taking a while to look into this - do you have a recent example? Could you provide me with the item name input and how it turned out?
Example of this: passing the product name "Hosé àssémbly (Silver/Yellow)" resulted in PayPal displaying "Hos%u00e9 %u00e0ss%u00e9mbly (Silver/Yellow)"
It seems that just setting Encoding.UTF8 on the name value collection is not enough - you need to login to the PayPal profile and change the language encoding there too......
There seem to be some medium trust issues with NLog (the logging library used internally by Moolah). It is possible that maybe changing your NLog.config to disable logging MIGHT fix...
Sorry for not getting back to you about this pull request earlier, I'd been thinking about how better to implement this. It doesn't seem like the page to direct the...
Example XML Request to cancel a payment or account ``` mypasswd 99000001 cancel 4800200040644359 ```
@VinitVishwanathan Thanks for reaching out - unfortunately I haven't work on or with this project for years now, so it's quite possible that many things may have changed with PayPal...
Apologies Stephen - for some reason I didn't receive notifications for your messages. Can you add changes to this request?
Argh! Those dates really screwed me up... would you be able to split out those changes into separate pull requests? Sorry to be a pain, I just didn't see the...
Some comments about the error message parsing: - It seems like it would make sense to group these into a test context that represents "failure" rather than a successful transaction...