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