paypal

package
v1.35.1 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2026 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	OrderDoesNotExist   = errors.New("Order does not exist")
	PaymentDoesNotExist = errors.New("Payment does not exist")
	PaymentCancelled    = errors.New("Payment was cancelled")
)
View Source
var FailedToCaptureCharge = errors.New("Failed to capture charge")

Functions

func Authorize

func Authorize(org *organization.Organization, ord *order.Order, usr *user.User, pay *payment.Payment) error

func Cancel

func Cancel(c *gin.Context, org *organization.Organization, ord *order.Order) (err error)

func Capture

func Capture(org *organization.Organization, ord *order.Order) (*order.Order, []*payment.Payment, error)

func Confirm

func Confirm(c *gin.Context, org *organization.Organization, ord *order.Order) (err error)

Types

type PayKeyResponse

type PayKeyResponse struct {
	order.Order

	PayKey string `json:"payKey"`
}

Jump to

Keyboard shortcuts

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