mirror of
https://github.com/plutov/paypal.git
synced 2025-01-23 02:11:02 +01:00
#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
|
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