diff --git a/src/DotpayApi/Requests/CreateRefund.php b/src/DotpayApi/Requests/CreateRefund.php index 23f60b9..1675785 100644 --- a/src/DotpayApi/Requests/CreateRefund.php +++ b/src/DotpayApi/Requests/CreateRefund.php @@ -66,6 +66,6 @@ public function method() */ public function path() { - return 'api/v3/payments/'.$this->operation_number.'/refund/'; + return 'api/v1/payments/'.$this->operation_number.'/refund/'; } }