feat: add total field to purchases and update related logic for payment processing
This commit is contained in:
@@ -158,7 +158,7 @@ class TelepagosIntegrationService extends BaseIntegrationService
|
||||
* @return array
|
||||
* @throws Exception
|
||||
*/
|
||||
public function getCashinDetails(int $cashinId): array
|
||||
public function getCashinDetails(string $cashinId): array
|
||||
{
|
||||
$response = $this->sendRequest('get', "/v2/payment/cashin/{$cashinId}");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user