Update dlocal_service.go
This commit is contained in:
@@ -81,7 +81,7 @@ type PlanUpdated struct {
|
|||||||
|
|
||||||
type PagoRequest struct {
|
type PagoRequest struct {
|
||||||
Currency string `json:"currency"`
|
Currency string `json:"currency"`
|
||||||
Amount int `json:"amount"`
|
Amount float64 `json:"amount"`
|
||||||
OrderID int `json:"order_id"`
|
OrderID int `json:"order_id"`
|
||||||
Description string `json:"description"`
|
Description string `json:"description"`
|
||||||
SuccessURL string `json:"success_url"`
|
SuccessURL string `json:"success_url"`
|
||||||
|
|||||||
Reference in New Issue
Block a user