Allie Mims
Allie Mims
> Hi there! The user is asking if there is a workaround to prevent this for now. Hi @madisoncmiller! I'm not sure as this extension is not my area of...
@jeherve, so far I've only moved and lightly modified the Simple Payments block code. I see there is also a `simple-payments` directory within the `jetpack/projects/plugins/jetpack/modules` directory: https://github.com/Automattic/jetpack/tree/update/move-simple-payments-to-paypal-payments-pkg/projects/plugins/jetpack/modules/simple-payments Should I make...
@jeherve I'm finally getting back over to this. Thanks so much for the detailed guidance. I'm going to follow that to get this moving forward.
> That's going to be a multi-step process I think. Here is how I would personally go about it, but that's just my personal opinion, feel free to take a...
I just realized I totally skipped a command to properly add the package to the Jetpack plugin's `composer.json` file. I've run that and now I've got the lock file updated...
@jeherve I think I may have a mis-configuration in the package's phan config. It is throwing errors for things that I haven't changed in the file that weren't being flagged...
Copying the Simple Payments block code to the package in this [commit](https://github.com/Automattic/jetpack/pull/43413/commits/b5d0cedce6b4918dc46281f6293470ca7c11dcba) is the cause of unrelated extensions' JS tests to fail. I haven't been able to track down the...
> Copying the Simple Payments block code to the package in this [commit](https://github.com/Automattic/jetpack/pull/43413/commits/b5d0cedce6b4918dc46281f6293470ca7c11dcba) is the cause of unrelated extensions' JS tests to fail. I haven't been able to track down...
> I left a few comments below, hopefully it helps a bit. > > You'll need to update `projects/packages/paypal-payments/.gitattributes` so the block's raw files aren't shipped in the stable version...
@jeherve I've removed the plan requirements and checks in https://github.com/Automattic/jetpack/pull/43413/commits/cbc1120caae63f7cff61b128e849bbeb1e34b2f1. Could you give it a look and let me know if it looks good and I'm not missing anything else?...