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