mirror of
https://github.com/plutov/paypal.git
synced 2025-02-02 15:10:36 +01:00
#160: add PAY_NOW user action
This commit is contained in:
parent
d90cb75e47
commit
ed294ef317
4
const.go
4
const.go
|
@ -48,8 +48,8 @@ const (
|
||||||
type UserAction string
|
type UserAction string
|
||||||
|
|
||||||
const (
|
const (
|
||||||
UserActionContinue UserAction = "CONTINUE"
|
UserActionContinue UserAction = "CONTINUE"
|
||||||
UserActionSubscribeNow UserAction = "SUBSCRIBE_NOW"
|
UserActionPayNow UserAction = "PAY_NOW"
|
||||||
)
|
)
|
||||||
|
|
||||||
type SubscriptionStatus string
|
type SubscriptionStatus string
|
||||||
|
|
Loading…
Reference in New Issue
Block a user