Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
Attaches the fee model to the stripe connect provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krienbühl committed Jun 12, 2017
1 parent 31cb051 commit caa37b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions onegov/pay/models/payment_providers/stripe.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ class StripeConnect(PaymentProvider):

__mapper_args__ = {'polymorphic_identity': 'stripe_connect'}

fee_policy = StripeFeePolicy

#: The Stripe Connect client id
client_id = meta_property('client_id')

Expand Down

0 comments on commit caa37b0

Please sign in to comment.