servicebot
servicebot copied to clipboard
adding PayPal as payment method
Paypal wouldn't work for this product unless it was paypal payments pro.
@coreyman Why wouldn't PayPal work? I was looking at the source code and Stripe works by using webhooks, which seems to be similar to how PayPal IPN works? You can create billing agreements in PayPal for recurring payments as well.
I think an issue may be that a lot of the code is coupled to Stripe, and that would have to be refactored to allow multiple payment methods.