-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find created before payment method (paypal) #388
Comments
Anyone? |
Hi! Did you install paypal composer packages via composer? |
Hello! Yes I did |
Did you install v2 or v3 of omnipay packages? |
Try to add this code in your custom plugin public function boot()
{
$factory = Omnipay::getFactory();
$factory->register('PayPal');
} |
Ok before doing this - is it possible to use Paypal Subscribe at all with checkout? I need a paypal subscribe to process payment for the product (not just a Paypal pay). |
Unfortunately, I didn't have some case with using PayPal subscription. I think it is possible, but you should to do some minor improvments in your custom plugin. |
Surprised there's no case for it, since there's also a lovata shopaholic subscriptions plugin (which I also have), wouldn't Paypal subscriptions make sense to go with it? |
You are right that plugins should work together out of the box. The plugins have been developed in different time. We will try to improve our products so that all plugins know how to work with each other. |
Hi @kharanenka
this return an error when I choose PayPal from Gateway > Payment gateway: but if I add this
And I choose PayPal_Express, then the 'Gateway' tab is now populated with a a lot of input fields. Using version ^3.4 for ignited/laravel-omnipay It seems to work! |
I want to purchase Paypal plugin and looking at docs: https://octobercms.com/plugin/lovata-paypalshopaholic > Documentation
I can't seem to see where the 'created before payment method' is referred to here?:
Is there an example of setting up a Paypal payment in the docs somewhere?
(no Paypal docs here: https://shopaholic.one/docs#/plugins/home)
Also, is there a way to create a Paypal subscription (instead of just a once-off order) ?
Any help much appreciated,
gvanto
The text was updated successfully, but these errors were encountered: