Skip to content

Commit

Permalink
Merge pull request #39 from wedevBr/refactor/CelcoinBaasBillPaymentUrl
Browse files Browse the repository at this point in the history
[Refactor] Change bill payment URL
  • Loading branch information
adeildo-jr authored Nov 7, 2023
2 parents fca2156 + 0a8272b commit 1f27374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Clients/CelcoinBAASBillPayment.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
class CelcoinBAASBillPayment extends CelcoinBaseApi
{

const MAKE_PAYMENT_ENDPOINT = '/api-integration-billpayment-webservice/v1/billpayment';
const MAKE_PAYMENT_ENDPOINT = '/baas/v2/billpayment';
const GET_PAYMENT_STATUS = self::MAKE_PAYMENT_ENDPOINT . '/status';

/**
Expand Down

0 comments on commit 1f27374

Please sign in to comment.