ETSGlobal / ETSPaymentOgoneBundle

An Ogone provider for JMSPaymentCoreBundle
12 stars 16 forks source link

Feedback parameter [AMOUNT] was not sent with the Request #27

Closed igormancos closed 10 years ago

igormancos commented 10 years ago

Bundle handle feedback request from Ogone. In this request the "amount" is lowercase. When change manually it to uppercase in request, this work.

And again "NCERROR=0" problem on another place:

FeedbackResponse.php, line 55

maybe need be:

(string) $request->get($field) !== ''