ETSGlobal / ETSPaymentOgoneBundle

An Ogone provider for JMSPaymentCoreBundle
12 stars 16 forks source link

Sha1Out $acceptableFields Missing PAYIDSUB and master callback #67

Open VicenKaZz opened 7 years ago

VicenKaZz commented 7 years ago

Hi, I think that in list for acceptableFields : Sha1Out PAYIDSUB is missing , because when I add this property, the shasign and shaout is equal and bundle working fine.

And also for use master, with callback method is not explain that it's neccessary now to pass plugin. Could you give more information in doc ?

        $plugin = $this->get('payment.plugin.ogone_gateway');
        $this->get('payment.ogone')->handleTransactionFeedback($instruction,$plugin);

Thank you very much.