thephpleague / omnipay-sagepay

Sage Pay driver for the Omnipay PHP payment processing library
MIT License
54 stars 78 forks source link

SagePay form processing as deffered? How to set TxType #166

Open stratus21-liam opened 3 years ago

stratus21-liam commented 3 years ago

When my payments process they are going through as deferred.. I have followed this guide and I am using the SagePay Form intergration. How can I set it as payment and where? image

DMichev commented 2 years ago

I've solved the very same issue by using $gateway->purchase instead of $gateway->authorize.