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

Commit

Permalink
Updating to new set_details signature
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex committed May 3, 2012
1 parent 10cca16 commit 3e441a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gocardless_django_example/gocardless_example/views.py
Expand Up @@ -3,10 +3,10 @@

gocardless.environment = "sandbox"

gocardless.set_details({"app_id":"kzCOPw2JtJvRQxKTlFqQTGvxLvkoMS1Eb0Dgl5QVc1W0NKpOEZDvESfGOI_kkG2l",
"app_secret":"IO9AlgPsbYNCtFlciV_HOBrGB3Mi07PFYSn2zx4uK5xaWJI1AzwnYeC86x46ji_g",
"token":"5EFkzOrUOZ8t+iaP86NggIy+iKGJ0f7QMnMd+Q3P4mQk17Kzq9G1vYrNlEWFldlg",
"merchant_id":"02FX1YS3H1"})
gocardless.set_details(app_id="kzCOPw2JtJvRQxKTlFqQTGvxLvkoMS1Eb0Dgl5QVc1W0NKpOEZDvESfGOI_kkG2l",
app_secret="IO9AlgPsbYNCtFlciV_HOBrGB3Mi07PFYSn2zx4uK5xaWJI1AzwnYeC86x46ji_g",
token="5EFkzOrUOZ8t+iaP86NggIy+iKGJ0f7QMnMd+Q3P4mQk17Kzq9G1vYrNlEWFldlg",
merchant_id="02FX1YS3H1"})

def index(request):
subscriptions = gocardless.client.merchant().subscriptions()
Expand Down

0 comments on commit 3e441a5

Please sign in to comment.