SquarePointOfSaleSDK-iOS icon indicating copy to clipboard operation
SquarePointOfSaleSDK-iOS copied to clipboard

Please enable "Invoice" tender type.

Open staninprague opened this issue 5 years ago • 1 comments

When my apps sends the customer to Square POS app using SCCAPIRequestTenderTypeAll for tender types, all payment options are shown as expected, except for the "Invoice" option. The customer would expect "Invoice" option to be shown in the Square app when it is open through my app and using tender types = SCCAPIRequestTenderTypeAll. "Invoice" option is shown to him in the Square app otherwise, the problem is only when Square app is opened through my app. Even if SCCAPIRequestTenderType is provided as SCCAPIRequestTenderTypeAll, the API of Square is parsing this as a list of available types inside "All". This results in the list of tender types between which "Invoice" can't be present as an option per the current enumeration values and string constants for the tender types. Please allow to use Invoice option by either adding it to the API/enumeration of tender types or by adding it as an option included in the "Other" tender type.

staninprague avatar Nov 07 '19 12:11 staninprague

@staninprague thank you very much for the feature request. We'll pass this along to our product team

kgleong avatar Nov 07 '19 17:11 kgleong