Thinking about creating a unique URL when a order is created if payment_method is paypal, and when the user goes to the URL it will redirect to paypals payment, and once paid to a success page saying it went well etc.
Prototype done.
Possible to pay from invoice UID, and mark invoice as paid aswell create transactions.
Also adds a QR code for paypal on the invoice, and a hyperlink in the email if payment_method is paypal.
Add paypal Using paypal-sdk to add the system.
Thinking about creating a unique URL when a order is created if
payment_method
ispaypal
, and when the user goes to the URL it will redirect to paypals payment, and once paid to a success page saying it went well etc.