mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-16 00:34:37 +00:00
Payment/PayPal: Add default url
This commit is contained in:
parent
f731c98b56
commit
6da42773a5
@ -43,7 +43,8 @@ class PaypalPaymentPlugin(PaymentPluginMixin, IndicoPlugin):
|
||||
"""
|
||||
settings_form = PluginSettingsForm
|
||||
event_settings_form = EventSettingsForm
|
||||
default_settings = {'method_name': 'PayPal'}
|
||||
default_settings = {'method_name': 'PayPal',
|
||||
'url': 'https://www.paypal.com/cgi-bin/webscr'}
|
||||
|
||||
def get_blueprints(self):
|
||||
return blueprint
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user