model

package
v2.21.0 Latest Latest
Warning

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

Go to latest
Published: Oct 6, 2021 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	PaymentState = map[string]string{
		"prepared": constants.PAYMENT_CREATED,

		"3ds_verify":       constants.PAYMENT_IN_PROCCESS,
		"captcha_verify":   constants.PAYMENT_IN_PROCCESS,
		"cvv_verify":       constants.PAYMENT_IN_PROCCESS,
		"ivr_verify":       constants.PAYMENT_IN_PROCCESS,
		"otp_verify":       constants.PAYMENT_IN_PROCCESS,
		"password_verify":  constants.PAYMENT_IN_PROCCESS,
		"phone_verify":     constants.PAYMENT_IN_PROCCESS,
		"pin_verify":       constants.PAYMENT_IN_PROCCESS,
		"receiver_verify":  constants.PAYMENT_IN_PROCCESS,
		"sender_verify":    constants.PAYMENT_IN_PROCCESS,
		"senderapp_verify": constants.PAYMENT_IN_PROCCESS,
		"wait_qr":          constants.PAYMENT_IN_PROCCESS,
		"wait_sender":      constants.PAYMENT_IN_PROCCESS,
		"processing":       constants.PAYMENT_IN_PROCCESS,

		"cash_wait":         constants.PAYMENT_IN_BLOCK,
		"hold_wait":         constants.PAYMENT_IN_BLOCK,
		"invoice_wait":      constants.PAYMENT_IN_BLOCK,
		"wait_accept":       constants.PAYMENT_IN_BLOCK,
		"wait_card":         constants.PAYMENT_IN_BLOCK,
		"wait_compensation": constants.PAYMENT_IN_BLOCK,
		"wait_lc":           constants.PAYMENT_IN_BLOCK,
		"wait_reserve":      constants.PAYMENT_IN_BLOCK,
		"wait_secure":       constants.PAYMENT_IN_BLOCK,

		"success":    constants.PAYMENT_SUCCESS,
		"subscribed": constants.PAYMENT_SUCCESS,

		"reversed":     constants.PAYMENT_REFUND_COMPLETED,
		"failure":      constants.PAYMENT_FAIL,
		"error":        constants.PAYMENT_REJECT,
		"unsubscribed": constants.PAYMENT_REJECT,
		"":             "500",
	}
)

Functions

func Status added in v2.17.0

func Status(status string) string

Types

This section is empty.

Jump to

Keyboard shortcuts

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