confirm

package
v0.0.0-...-3bb7120 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Content

type Content struct {
	Stepper               shared.Stepper
	EstimatedDeliveryDate string
	ShippingCost          decimal.Decimal
	CartItems             []*anor.CartItem
	ShippingAddress       anor.Address
	BillingAddress        anor.Address
	SelectedPaymentMethod PaymentMethodSummary
	CartTotal             decimal.Decimal
}

func (Content) GetTemplateFilename

func (Content) GetTemplateFilename() string

type PaymentMethodSummary

type PaymentMethodSummary struct {
	Type  string // e.g., "Credit Card", "PayPal", etc.
	Last4 string // Last 4 digits if applicable
}

Jump to

Keyboard shortcuts

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