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

Commit

Permalink
Fix 'Datacash' to 'Sagepay' in Dashboard
Browse files Browse the repository at this point in the history
Copy-paste did it again
  • Loading branch information
costas-basdekis committed Nov 13, 2014
1 parent 76bebef commit 70f9d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oscar_sagepay/dashboard/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
pass
else:
# Old way of registering Dashboard nodes
node = Node('Datacash', 'sagepay-transaction-list')
node = Node('Sagepay', 'sagepay-transaction-list')
register(node, 100)


Expand Down

0 comments on commit 70f9d5d

Please sign in to comment.