Nicholas Schell
Nicholas Schell
Simple testing seems to suggest there shouldn't be any breakage. I updated with my own fork to 3.x and it seems to still do the replacements for my scenarios.
Addendum about Price object usage. It's not just the usage in active Subscriptions which will make it undeletable. I noticed creating new Invoices from within the dashboard will create a...
Possible solution made in this PR: https://github.com/khoanguyen96/vue-paypal-checkout/pull/90 The underlying dependency `paypal-checkout` has an onError event that simply wasn't tied into before. It should allow you to catch any errors in...
Apparently the lack of useful error object is a known thing, semi-discussion in this issue: https://github.com/paypal/paypal-checkout-components/issues/479
I missed the big **Note** in the official docs, https://developer.paypal.com/docs/checkout/integration-features/handle-errors/. Just a very general event.
> ## Issue > 1. Do you think it makes sense to run a `.ToLower()` on the `DatabaseBackup.Name` field? I think if we can point to public documentation mentioning this...
> What about that api for Space? I am not the maintainer, but the reason is likely that this library is for working with DigitalOcean's "native" API's described here: https://developers.digitalocean.com/documentation/v2/...
I really think you should consider this but it sounds like it'll be a lot of design changes. I ran into the same problem when using a different AspNet.Identity provider...
Are you using IdentityServer.EntityFramework? With your oracle specific EF driver? You might be running into another large problem in that IdentityServer.EntityFramework is totally broken for any db that isn't MSSQL...
Ahh ok, probably related to what I mentioned in my older post then. I wouldn't expect a "fix" anytime soon (though its more of a large design change), and just...