forked from go-packages/paypal
#201: add SUBSCRIBE_NOW
This commit is contained in:
parent
ef48df5471
commit
7599a2d162
5
const.go
5
const.go
|
@ -48,8 +48,9 @@ const (
|
|||
type UserAction string
|
||||
|
||||
const (
|
||||
UserActionContinue UserAction = "CONTINUE"
|
||||
UserActionPayNow UserAction = "PAY_NOW"
|
||||
UserActionContinue UserAction = "CONTINUE"
|
||||
UserActionPayNow UserAction = "PAY_NOW"
|
||||
UserActionSubscribeNow UserAction = "SUBSCRIBE_NOW"
|
||||
)
|
||||
|
||||
type SubscriptionStatus string
|
||||
|
|
Loading…
Reference in New Issue
Block a user