-
The generation code will create the methods for the `KillbillApi` classes, but will not do it interface that also export operations (e.g `Entitlement`). As a result those are generated as pure POJO an…
-
- [x] error slack通知
- [x] basic認証解除
- [x] APIなどからメールアドレスが流出してないか
- [x] stripeの本番申請
- [x] stripeのkey
- [ ] インスタンスのupgrate
- [x] rdsをmysqlからauroraへ
- [ ] auroraにてreadとwriteを分ける?
- [ ] 負荷分散の設定
…
-
The example works fine. However, it says I can change base to null, then use direct paths in the array.
However, doing so results in an uncaught err:
```
events.js:163
throw er; // Unhan…
-
After a purchase is made and the stripe api returns status 200, the page is redirected to home and a function is called to set the cart to its initial state. Occasionally, it will not reset the cart.
-
Hi, thanks for this great library! My team is migrating a lot of our code to async. Looking to see if you had any design decisions when it comes to adopting asyncio and would like to start a discussio…
-
### spec_helper.rb
```
RSpec.configure do |config|
config.formatter = :documentation
config.run_all_when_everything_filtered = true
config.example_status_persistence_file_path = "tmp/rspe…
-
During checkout the module is not loaded, how ever it works fine in adminhtml.
I have tested all 3 branches with the same result.
I don't know if i'm doing something wrong?
Keep up the good work.
BR…
-
There is a section of `pricing` you have to add the stripe payment method for:
- `pro plan`: add the stripe payment method, for monthly `$5` and for yearly` $50.`
- `Organizational`: add the strip…
-
Using this package and I want to know how to handle the following.
How would you let the user delete their credit card info?
How can you tell if the user already has credit card info saved? And sho…
-
Stripe, by design, has a method for signing and verifying [messages sent to its API][1]. This kind of security should be applied to the proxy when receiving messages and (perhaps also sending messages…