constant

package
v1.0.110 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 10, 2019 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PayOneMicroserviceVersion   = "latest"
	PayOneRepositoryServiceName = "p1payrepository"

	PayOneTopicNotifyPaymentName  = "notify-payment"
	PayOneTopicNotifyMerchantName = "notify-merchant"

	TaxjarTransactionsTopicName      = "taxjar-sync-transactions"
	TaxjarTransactionsRetryTopicName = "taxjar-sync-transactions-retry"
	TaxjarRefundsTopicName           = "taxjar-sync-refunds"
	TaxjarRefundsRetryTopicName      = "taxjar-sync-refunds-retry"
	TaxjarNotificationStatusPayment  = "taxjar-payment"
	TaxjarNotificationStatusRefund   = "taxjar-refund"

	PaymentSystemCardPayDateFormat  = "2006-01-02T15:04:05Z"
	PaymentSystemGroupAliasBankCard = "BANKCARD"
	PaymentSystemGroupAliasWebMoney = "WEBMONEY"
	PaymentSystemGroupAliasQiwi     = "QIWI"
	PaymentSystemGroupAliasNeteller = "NETELLER"
	PaymentSystemGroupAliasAlipay   = "ALIPAY"
	PaymentSystemGroupAliasBitcoin  = "BITCOIN"

	OrderStatusNew                         = 0
	OrderStatusPaymentSystemCreate         = 1
	OrderStatusPaymentSystemRejectOnCreate = 2
	OrderStatusPaymentSystemReject         = 3
	OrderStatusPaymentSystemComplete       = 4
	OrderStatusProjectInProgress           = 5
	OrderStatusProjectComplete             = 6
	OrderStatusProjectPending              = 7
	OrderStatusProjectReject               = 8
	OrderStatusRefund                      = 9
	OrderStatusChargeback                  = 10
	OrderStatusPaymentSystemDeclined       = 11
	OrderStatusPaymentSystemCanceled       = 12

	OrderPublicStatusCreated    = "created"
	OrderPublicStatusProcessed  = "processed"
	OrderPublicStatusCanceled   = "canceled"
	OrderPublicStatusRejected   = "rejected"
	OrderPublicStatusRefunded   = "refunded"
	OrderPublicStatusChargeback = "chargeback"
	OrderPublicStatusPending    = "pending"

	RegistryKubernetes = "kubernetes"

	CollectionSavedCard = "saved_card"

	SavedCardErrorNotFound = "saved card with specified identifier not found"
	SavedCardErrorDatabase = "saved cards database query failed"
)

Variables

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL