From 0558a76d9f3640474ffc12e065d125a8d37ab469 Mon Sep 17 00:00:00 2001 From: keithyoder Date: Mon, 19 Sep 2022 10:20:25 -0300 Subject: [PATCH] add the subscription/one-step endpont --- lib/gerencianet/constants.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/gerencianet/constants.rb b/lib/gerencianet/constants.rb index d7c4292..dcc26d2 100755 --- a/lib/gerencianet/constants.rb +++ b/lib/gerencianet/constants.rb @@ -78,6 +78,10 @@ module Constants route: "/plan/:id/subscription", method: "post" }, + create_subscription_onestep: { + route: "/plan/:id/subscription/one-step", + method: "post" + }, detail_subscription: { route: "/subscription/:id", method: "get"