paymentservice_purchase_arguments_set_group_id()
Set the window group ID of the application.
Synopsis:
#include <bps/paymentservice.h>
BPS_API int paymentservice_purchase_arguments_set_group_id(purchase_arguments_t *purchase_arguments, const char *group_id)
Arguments:
- purchase_arguments
-
The purchase_arguments_t in which to set the group_id.
- group_id
-
The window group ID to be set.
Library:
libbpsDescription:
This ID is required so that the Payment Service can properly display dialogs.
Returns:
BPS_SUCCESS upon success, BPS_FAILURE with errno value set otherwise.