Tap-Payments / gosellSDK-Flutter

Flutter plugin for goSellSDK
MIT License
11 stars 24 forks source link

var tapSDKResult = await GoSellSdkFlutter.startPaymentSDK;, here in tapSDKResult can you add more details like how we get more data in charge for native iOS and native Android #56

Open neha-madhini opened 4 months ago

neha-madhini commented 4 months ago

Currently we get below details, result in dart : {source_channel: INTERNET, customer_first_name: test, description: , source_payment_type: DEBIT, trx_mode: CHARGE, message: Captured, customer_last_name: test, customer_middle_name: null, chargeid: chg, sdk_result: SUCCESS, customer_email: test@gmail.com, source_object: source, source_id: src, customerid: cus, status: CAPTURED} I require ReceiptId, Gosell_id, AuthorizationID, amount, etc... for further implementation. I can see complete details in debug console, can you add these details also to tapSDKResult.