You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 this issue
Feb 17, 2024
· 0 comments
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, charge_id: chg_, sdk_result: SUCCESS, customer_email: [email protected], source_object: source, source_id: src, customer_id: 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.
The text was updated successfully, but these errors were encountered:
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, charge_id: chg_, sdk_result: SUCCESS, customer_email: [email protected], source_object: source, source_id: src, customer_id: 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.
The text was updated successfully, but these errors were encountered: