Update dlocal_service.go
This commit is contained in:
@@ -80,13 +80,13 @@ type PlanUpdated struct {
|
||||
}
|
||||
|
||||
type PagoRequest struct {
|
||||
Currency string `json:"currency"`
|
||||
Amount int `json:"amount"`
|
||||
OrderID int `json:"order_id"`
|
||||
Description string `json:"description"`
|
||||
SuccessURL string `json:"success_url"`
|
||||
BackURL string `json:"back_url"`
|
||||
NotificationURL string `json:"notification_url"`
|
||||
Currency string `json:"currency"`
|
||||
Amount float64 `json:"amount"`
|
||||
OrderID int `json:"order_id"`
|
||||
Description string `json:"description"`
|
||||
SuccessURL string `json:"success_url"`
|
||||
BackURL string `json:"back_url"`
|
||||
NotificationURL string `json:"notification_url"`
|
||||
}
|
||||
|
||||
// Llama al endpoint /v1/me de DLocal usando la configuración
|
||||
|
||||
Reference in New Issue
Block a user