tolzhabayev / sagepayForm-php

A simple class to integrate sagepayForm into your website
40 stars 26 forks source link

Not Working #8

Closed priyanksaini2010 closed 10 years ago

priyanksaini2010 commented 10 years ago

This Library is not working always producing following:

This transaction attempt has failed. We are unable to redirect you back to the web store from which you were purchasing. The details of the failure are given below.

Status: MALFORMED

Status Detail: 3045 : The Currency field is missing.

tolzhabayev commented 10 years ago

Hey,

did you try $sagePay->setCurrency('EUR'); ? And is your currency in the SagePay backend the same? Check this out first -> https://github.com/tolzhabayev/sagepayForm-php/issues/7

priyanksaini2010 commented 10 years ago

Hi, Actually i used Currency as GBP, but then i observed that i had entered wrong encryption password, that's why it was showing me This error.

Now my point is resolved and Library is working fine.

I have another question for you. Do have any library for using repeat payments over SagePay.

Thanks Priyank