thephpleague / omnipay-payfast

PayFast driver for the Omnipay PHP payment processing library
MIT License
21 stars 16 forks source link

[Feature Request] Add "passphrase" to defaultParams #16

Closed craigwileman closed 6 years ago

craigwileman commented 6 years ago

Hi,

I would like the "passphrase" added to the default params. This is used as the salt when creating the md5 signature and as such is strongly advised. This currently breaks on applications that use the defaultParams as the gateway config. Having it set to an empty string or null would omit it from the signature anyways.

Cheers