Skip to content

Commit

Permalink
Refunds support
Browse files Browse the repository at this point in the history
  • Loading branch information
Krystian Bajno committed Apr 9, 2019
1 parent 38f3c5c commit f90f155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DotpayApi/Requests/CreateRefund.php
Original file line number Diff line number Diff line change
Expand Up @@ -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/';
}
}

0 comments on commit f90f155

Please sign in to comment.