klarna / kco_python

Klarna Checkout Python Library
Other
13 stars 9 forks source link

Wrong example at the website #2

Closed joaomilho closed 10 years ago

joaomilho commented 10 years ago

Hi guys,

The example in the website (https://developers.klarna.com/en/api-references-v1/klarna-checkout) points to a undefined checkout.order.uri variable. The same is true for https://github.com/klarna/kco_python/blob/master/docs/examples/create.py

Thanks.

keis commented 10 years ago

Hi @joaomilho

That is a placeholder replaced by the checkout backend so in the examples the string really should be just a literal with curly brackets in.

joaomilho commented 10 years ago

Oh, my bad, I really thought that was an interpolation :/