package
Version:
v1.9.1
Opens a new window with list of versions in this module.
Published: Nov 4, 2019
License: MIT
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
NewPaymentProvider creates a new PayPal payment provider using the provided configuration.
type Config struct {
ClientID string `mapstructure:"client_id" json:"client_id"`
Secret string `mapstructure:"secret" json:"secret"`
Env string `mapstructure:"env" json:"env"`
}
Config contains PayPal-specific configuration for payment providers.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.