Skip to content

Commit

Permalink
remove changes to the reference server
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeUrban committed Aug 16, 2021
1 parent 1538758 commit 0f1d8c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions example/server/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@ def ready(self):
MyCustomerIntegration,
MySEP31ReceiverIntegration,
MyRailsIntegration,
calculate_fee,
fee_integration,
info_integration,
)

register_integrations(
deposit=MyDepositIntegration(),
withdrawal=MyWithdrawalIntegration(),
fee=calculate_fee,
fee=fee_integration,
sep6_info=info_integration,
customer=MyCustomerIntegration(),
sep31_receiver=MySEP31ReceiverIntegration(),
Expand Down

0 comments on commit 0f1d8c9

Please sign in to comment.