CommerceRedsys / sermepa

Payment gateway class for spanish banks that use Sermepa/Redsys systems.
MIT License
10 stars 14 forks source link

Integrate with Google pay / Apple pay #20

Open omarlopesino opened 9 months ago

omarlopesino commented 9 months ago

Redsys allows integrating with both Goole Pay and Apple PAy:

https://pagosonline.redsys.es/googlePay.html https://pagosonline.redsys.es/applePay.html

In short:

In the library, it is only needed to update the getAvailablePaymentMethods method so that these methods are available in dependent libraries (for example, commerce_sermepa module).

omarlopesino commented 9 months ago

Please review this MR that adds the feature https://github.com/CommerceRedsys/sermepa/pull/21 , thanks!