Magints / payfort

BSD 2-Clause "Simplified" License
0 stars 5 forks source link

amount issue for android version and response value issue #1

Closed ibrahim-atif closed 3 years ago

ibrahim-atif commented 3 years ago

1) when using the plugin for android version the amount value has default value which is 1.00 not the real value which I send as a parameter in amount which is obvious in the first screen of pay fort.

2) the response of the method performPaymentRequest is nothing so in anonymous method then I do not have any values for the response so I cannot check the status code to be able to continue my own business.

thanks for your help.

Screenshot_1627228151

ItachiUchiha0 commented 3 years ago

Hello @ibrahim-atif, We will fix it soon and inform you. thanks

ItachiUchiha0 commented 3 years ago

Hello @ibrahim-atif, we published a new release payfort_plugin: ^0.2.0+7 you can check it. Note: the value object contains this data {amount=300, response_code=14000, card_number=400555**0001, card_holder_name=ahmed hamdy, payment_option=VISA, expiry_date=2501, customer_ip=197.62.252.127, eci=ECOMMERCE, language=en, fort_id=169996200002284586, command=PURCHASE, response_message=Success, sdk_token=b69c3ef3793249d685023fc4b38c7c4d, authorization_code=600278, merchant_reference=cbe05689-5531-4ded-aa1f-1c74a45efe6d, customer_email=uawe@gmail.com, token_name=b6a4722c0e044d4b8aa1f903ebf3c37a, currency=EGP, customer_name=ahmed, status=14}

let me know if everything is Ok.

ibrahim-atif commented 3 years ago

thanks a lot for your response it runs well.