paymentservice_purchase_arguments_set_digital_good_sku()

Set the SKU of the digital good to purchase.

Synopsis:

#include <bps/paymentservice.h>
 
BPS_API int paymentservice_purchase_arguments_set_digital_good_sku(purchase_arguments_t *purchase_arguments, const char *digital_good_sku)

Arguments:

purchase_arguments

The purchase_arguments_t in which to set the digital_good_sku.

digital_good_sku

The digital good SKU to be set.

Library:

libbps

Description:

Returns:

BPS_SUCCESS upon success, BPS_FAILURE with errno value set otherwise.