-
As mentioned in migration guide there should be ```initialize``` method which is equivalent to ```StripePayments.setStripeAccount(null);``` which resets account id that payment has been accomplished t…
-
When the leader of a group plan invites new members or removes existing members, the group's `quantity` field is updated and I think the change is also sent to Stripe / Amazon at the same time, rather…
-
Getting TypeError: null is not an object (evaluating 'StripePayments.init') after installing the module.
Version: ^1.0.6
-
When calling `stripe.setOptions(publishingKey(publicKey))` Component Exception error: null is not an object (evaluating 'StripePayments.init')
-
I'm getting this error wehenever i start an app with the latest version
````Exception from sub unverifiedActivities id fag4JcqkNG4rwaC4c TypeError: Cannot read property 'length' of undefined
I2019…
-
### Description
Even if you have `'allowAdminChanges' => false` you can edit stripe settings (which I then assume will try to write settings back to project.yaml).
To get this plugin to work acros…
-
It would be ideal if we could store our Stripe keys (both Publishable & Secret) in our local `.env` file. Additionally, it would be nice to store the current Mode as well. Basically, all values in thi…
-
_edit by Alys:_
khipkin was affected by two bugs, one caused by unexpected data in her account that caused a subscription to terminate early and the other caused by a bug in our code that processes…
-
I'm looking to build an extensible framework as a collection of modules (NuGet packages in this case).
Here's an example scenario:
- Framework provides `ILogger` and `IConfiguration` interfaces, with…