mewebstudio / pos

Türk bankaları için sanal pos paketi (PHP)
Other
265 stars 104 forks source link

Added additional data into dispatched events #214

Closed nuryagdym closed 5 months ago

nuryagdym commented 5 months ago

added additional data into dispatched events to get rid of use statements for event listeners. Ex:

$eventDispatcher->addListener(Before3DFormHashCalculatedEvent::class, function (Before3DFormHashCalculatedEvent $event) use ($pos): void {
// ....
}

also PosNet - fix 3d_all data is not available in response.