You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @schmittjoh
I am migrating a Symfony application from Symfony 3.4 to Symfony 6.4. The application extensively uses the following JMS payment packages for handling payment processing and PayPal integration:
jms/payment-core-bundle
jms/payment-paypal-bundle
These packages provide essential functionalities, such as payment instructions, transactions, and support for the PayPal API. However, the packages are outdated and may not be compatible with Symfony 6.4
I want to migrate and adapt the existing data structure (entities like PaymentInstruction) without loss of data integrity.
Thanks
The text was updated successfully, but these errors were encountered:
Hi @schmittjoh
I am migrating a Symfony application from Symfony 3.4 to Symfony 6.4. The application extensively uses the following JMS payment packages for handling payment processing and PayPal integration:
jms/payment-core-bundle
jms/payment-paypal-bundle
These packages provide essential functionalities, such as payment instructions, transactions, and support for the PayPal API. However, the packages are outdated and may not be compatible with Symfony 6.4
I want to migrate and adapt the existing data structure (entities like PaymentInstruction) without loss of data integrity.
Thanks
The text was updated successfully, but these errors were encountered: