ssheduardo / sermepa

Clase para utilizar la pasarela de pagos redsys, sermepa.
MIT License
194 stars 59 forks source link

refactors to constants and adds tests #87

Open ordago opened 2 years ago

ordago commented 2 years ago

I set string keys to the provider, so it would show the name of the set in the tests instead of set#2.

phpstorm64_cP84AJwImc

Also added constants to be able to set the codes this way:

$redsys->setMerchantCofType(Tpv::RECURRING);