mewebstudio / pos

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

Added additional data into dispatched events #214

Closed nuryagdym closed 3 months ago

nuryagdym commented 3 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.