27 Mayıs 2017 Cumartesi

PRE GSOC PREPERATIONS

Hi all, 

At this part of my blog I'll talk about what I'm doing at Gsoc week by week. 
In the first post of this blog I will talk about the preparations I made before Gsoc and what is my project about.

Store integrations for Taler Merchants project aims to integrate Gnu/Taler to Saleor which is an e-commerce storefront for Python and Django. 
To achieve this goal first I need to integrate a provider class to Django-Payments module which Saleor using at their project.

I start with try the Taler web shop integration tutorial for Python.
This tutorial basicly describes what you should do to use Taler wallet to make payment and structure of how Taler works. 
For trying tutorial you must install Flask and change tutorial a little bit . I found two errors in the tutorial first use BACKEND_URL = "http://backend.demo.taler.net/" instead BACKEND_URL = "http://backend.test.taler.net/"  and change the CURRENCY = "PUDOS" to CURRENCY = "KUDOS" .

I research about Taler api and how to integrate their functions to Django-Payments library and how Saleor using the library. Saleor using Django-payments library to give payment options like paypal etc. for shop owners.

I figure out Django-payments make a structure like app for a payment option and I start to add an option for Taler. They use their BasicProvider and BasicForms for inheritance. 
Now I have to add threes document to Taler app to make it usable they are forms.py, init.py, tests.py. 


I started to write init.py to use Taler api next weeks I'll tell you about  what i do and give commits numbers at my github account






Hiç yorum yok:

Yorum Gönder