Skip to content

Commit

Permalink
Merge pull request #40 from wedevBr/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
adeildo-jr authored Nov 7, 2023
2 parents 7477d4c + 1f27374 commit 7269da6
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 7269da6

Please sign in to comment.