feat(telepagos): enhance webhook handling

This commit is contained in:
2026-08-19 15:26:44 -03:00
parent 32d2b182c6
commit 161693509f
5 changed files with 145 additions and 13 deletions

View File

@@ -9,6 +9,7 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
#[Fillable([
'compra_id',
'matched_purchase_ids',
'cuit_buyer',
'cvu_buyer',
'amount',
@@ -29,6 +30,7 @@ class TelepagosPayment extends Model
{
return [
'compra_id' => 'integer',
'matched_purchase_ids' => 'array',
'amount' => 'decimal:2',
];
}