marlon-be / marlon-ogone

Ogone PHP library
http://marlon.be
MIT License
72 stars 54 forks source link

Allow "alias" and "aliasusage" params in EcommercePaymentRequest #35

Closed FabriZZio closed 9 years ago

FabriZZio commented 9 years ago

Allow extra parameters "alias" and "aliasusage" to be used in the ECommercePaymentRequest to enable the Alias checkbox in the Ecommerce flow.

For now, the Alias functionality is implemented via the Ogone\DirectLink\CreateAliasRequest using the separate alias gateway endpoint at Ingenico side.

It will probably suffice to add these two fields to the $ogoneFields array in "Ogone\AbstractRequest".

FabriZZio commented 9 years ago

See http://payment-services.ingenico.com/en/ogone/support/guides/integration%20guides/alias.

FabriZZio commented 9 years ago

Fixed by https://github.com/marlon-be/marlon-ogone/pull/39