You use this method to set YOUR Stripe API Key. This is needed to sync your users to Stripe.
PWTSecureStoreClient client = new PWTSecureStoreClient("My_Client_Key");
await client.UpdateStripeKey(stripeKey, LOGSTRING);
You use this method to set YOUR Stripe API Key. This is needed to sync your users to Stripe.
PWTSecureStoreClient client = new PWTSecureStoreClient("My_Client_Key");
await client.UpdateStripeKey(stripeKey, LOGSTRING);