AL lPyment methods fully fucntion onstripe and paypal on sandbox
This commit is contained in:
@@ -161,6 +161,10 @@ class PlanAdmin(ImportExportMixin, Igny8ModelAdmin):
|
||||
('Stripe Integration', {
|
||||
'fields': ('stripe_product_id', 'stripe_price_id')
|
||||
}),
|
||||
('PayPal Integration', {
|
||||
'fields': ('paypal_plan_id',),
|
||||
'description': 'PayPal subscription plan ID (required for PayPal subscriptions)'
|
||||
}),
|
||||
)
|
||||
|
||||
def bulk_set_active(self, request, queryset):
|
||||
|
||||
Reference in New Issue
Block a user