Skip to main content

Django ucun standart azericard odenis kitabxanasi

Project description

azericard

Salam Azericard Django ucun kitabxanaya xos geldiniz !

Bu offical library deyil

Library Azerbaijan Python Users Community ucun yazilib

Asagida examplede nece isdeyeceyi eks olunub Ugurlar

yuklemek ucun

  • pip install azericard-django
from azericard.pay import AzeriCard
from django.views import View
from django.http import HttpResponse


class Index(View,AzeriCard):
    terminal = None # That is your personal ID in payment system   
    merch_name = None
    merch_url = None
    key = None
    order = None # order id si mininim 6 reqem olmalidi misal : 000001 : Order id olmadan script run olmur
    email = None
    desc = None
    amount = None
    rrn = None # Bank reference number 
    int_ref = None # Internal reference number  


    def get(self, request):
        #self.order = request.GET.get(order) frontdan gotureceyeimiz datalari bu formada qeyd edin
        print(self.terminal)
        return HttpResponse(self.get_data())

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

azericart-django-0.0.1.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

azericart_django-0.0.1-py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page