Woocommerce-ios: [Mobile Payments] More meaningful descriptions for payment intents

Created on 14 May 2021  路  2Comments  路  Source: woocommerce/woocommerce-ios

Right now we create payment intents with description set to

Receipt from {Name of Store}

This appears in receipts from Stripe as:

receipt

And appears in our internal dashboard as:

receipt-from

It would be better to have this say something like

Online payment for order 4567 for {Name of Store}

See also related issue for web payments at https://github.com/Automattic/woocommerce-payments/issues/1807

mobile payments enhancement

Most helpful comment

@malinajirka we should consider this for Android as well - cc @ctarda

All 2 comments

@malinajirka we should consider this for Android as well - cc @ctarda

This is an easy fix. The string is declared in PaymentCaptureOrchestrator, the method receiptDescription()

Was this page helpful?
0 / 5 - 0 ratings