Chris Sears
Chris Sears
I just experienced the same issue... The Deploy (Reloaded) extension stopped after VS Code updated to 1.59.0. In the Output window the plugin option for Deploy Reloaded is missing. Yikes!!!...
@Jeffery-Song can you share more information on what you edited to remove the sql dependency? Are any features missing if this dependency is removed? I am seeing the "mysql" module...
I am seeing the same behavior as @davidmcl where I simply have empty folders that are not getting created when deploy executes. Files will eventually be generated into these folders...
Same error for me when running on PHP 8.1: Error: 500 Return type of net\authorize\api\contract\v1\MerchantAuthenticationType::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to...
@zhartaunik, I ended up forking this repo and adding the return type 'mixed' to all the jsonSerialize() class methods. The AuthorizeNet contributing guidelines below will not accept PRs for changes...